This was pretty mechanical, except for how we handle LCSSAPreserve.
Comments welcome.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I'd consolidate the APIs for loop simplify into the new header rather than have them split across multiple headers with this.
include/llvm/Transforms/Utils/LoopSimplify.h | ||
---|---|---|
50 | missing blank line after this... (I hate this clang-format bug...) | |
lib/Transforms/Utils/LoopSimplify.cpp | ||
822–823 | Er, this seems odd. Missing ! and return? | |
826–828 | I don't think this comment will really age effectively. We're very likely to delete the old code and not update this in any awy. |
Comment Actions
Sorry, I completely missed this comment. Which multiple headers are you referring to?
missing blank line after this...
(I hate this clang-format bug...)