2 small fixes extracted from
https://reviews.llvm.org/D29064
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
You can probably on and commit a subset of this. I'm in doubt about the first chunk so I asked Danny/George to take a look.
lib/Transforms/Utils/MemorySSA.cpp | ||
---|---|---|
1324–1335 ↗ | (On Diff #88935) | hmm, this is probably correct but there's something that doesn't really convinces me about it, I'll let Danny/George to sign-off on this part of the patch. |
1453–1461 ↗ | (On Diff #88935) | This is obviously dead code, so I'm fine with this part of the patch., |
1462 ↗ | (On Diff #88935) | Nice comment. |
Comment Actions
LGTM with one nit. Thanks for the patch!
lib/Transforms/Utils/MemorySSA.cpp | ||
---|---|---|
1327 ↗ | (On Diff #88935) | Nit: Indent the " to under the !, please |
lib/Transforms/Utils/MemorySSA.cpp | ||
---|---|---|
1462 ↗ | (On Diff #88935) | Thanks, I actually moved it from top of the function :) |