[PATCH] D43795: [New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 12:42:03 PDT 2018


fedor.sergeev added inline comments.


================
Comment at: include/llvm/Transforms/Scalar/LoopPassManager.h:307
+                                       MSSA,
+                                       BPI};
 
----------------
asbirlea wrote:
> clang-format?
Hrm... double-checked, and clang-format explicitly wants BPI to go on the next line, even if I put it on the same line with MSSA.
Everything in this patch appears to go unchanged with clang-format except InitializePasses.h (which I keep its own way for consistency).


Repository:
  rL LLVM

https://reviews.llvm.org/D43795





More information about the llvm-commits mailing list