Details
Details
- Reviewers
eugenis - Commits
- rGaeca56964f91: msan, codegen, instcombine: Keep more lifetime markers used for msan
rL369979: msan, codegen, instcombine: Keep more lifetime markers used for msan
rC369979: msan, codegen, instcombine: Keep more lifetime markers used for msan
rCRT369979: msan, codegen, instcombine: Keep more lifetime markers used for msan
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37233 Build 37232: arc lint + arc unit
Event Timeline
llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll | ||
---|---|---|
37–50 | Would be good to have end-to-end test (-O0/-O1/-O2/-O3) in PhaseOrdering. |
Comment Actions
LGTM
llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll | ||
---|---|---|
37–50 | Do you mean exact same test, but with -O0/../-O3 instead of -instcombine? |
llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll | ||
---|---|---|
37–50 | Yes, but please put it into PhaseOrdering directory, |
Would be good to have end-to-end test (-O0/-O1/-O2/-O3) in PhaseOrdering.