Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34565 Build 34564: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
clang/test/CodeGen/init-memset.c | ||
---|---|---|
36 | Would it be useful to check the range of the memset? I.e. does it overlap with the following store or not. |
clang/test/CodeGen/init-memset.c | ||
---|---|---|
36 | I don't change ranges to it will only complicate tests |
Would it be useful to check the range of the memset? I.e. does it overlap with the following store or not.