[PATCH] D55716: [LoopUnroll] Honor '#pragma unroll' even with -fno-unroll-loops.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 13:33:51 PST 2018


Meinersbur marked an inline comment as done.
Meinersbur added inline comments.


================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:695
 
+  if (!DisableUnrollLoops) {
     // LoopUnroll may generate some redundency to cleanup.
----------------
Should these passes be added unconditionally as well?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55716/new/

https://reviews.llvm.org/D55716





More information about the llvm-commits mailing list