Details
Details
Diff Detail
Diff Detail
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 | createMemoryAccessInBB, maybe? Naming is hard. | |
557 | /// | |
lib/Transforms/Utils/MemorySSA.cpp | ||
589 | Please remove this newline | |
595 | Bring this out of the loop + clear on each iteration, please. | |
602 | Varying compare-against-null styles? |
createMemoryAccessInBB, maybe? Naming is hard.