Depends on D23072
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Tests coming.
George, i also am not clear on the proper way to integrate this into the walker and clobber checker :)
Comment Actions
LGTM with nits; thanks!
| lib/Transforms/Utils/MemorySSA.cpp | ||
|---|---|---|
| 180 ↗ | (On Diff #66534) | Please kill these brackets |
| 181 ↗ | (On Diff #66534) | return AA.isMustAlias(...);? |
| test/Transforms/Util/MemorySSA/lifetime-simple.ll | ||
| 2 ↗ | (On Diff #66534) | Please add a newline after this line |
| 10 ↗ | (On Diff #66534) | Is there a reason these aren't vanilla CHECKs? (If not, please also add the ; CHECK-NEXT: %0 = load ... after each check for MemoryDef/MemoryUse, for consistency with the other tests) |