Depends on D23072
Details
Details
Diff Detail
Diff Detail
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 | Please kill these brackets | |
181 | return AA.isMustAlias(...);? | |
test/Transforms/Util/MemorySSA/lifetime-simple.ll | ||
2 | Please add a newline after this line | |
10 | 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) |
Please kill these brackets