Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
(it looks like clang-format fixed some whitespace in the unittest, i'll fix formatting separately and rebase prior to commit)
Comment Actions
Looks good overall -- just a few nits.
include/llvm/Transforms/Utils/MemorySSA.h | ||
---|---|---|
553 ↗ | (On Diff #61072) | createMemoryAccessInBB, maybe? Naming is hard. |
557 ↗ | (On Diff #61072) | /// |
lib/Transforms/Utils/MemorySSA.cpp | ||
589 ↗ | (On Diff #61072) | Please remove this newline |
595 ↗ | (On Diff #61072) | Bring this out of the loop + clear on each iteration, please. |
602 ↗ | (On Diff #61072) | Varying compare-against-null styles? |