[PATCH] D71687: Fix full loop unrolling initialization in new pass manager

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 19:38:46 PDT 2020


echristo marked 7 inline comments as done.
echristo added a comment.

Done. New diff incoming.



================
Comment at: clang/test/Misc/loop-opt-setup.c:12
+// Check br i1 to make sure that the loop is fully unrolled
 // CHECK-NOT: br i1
 
----------------
chandlerc wrote:
> This is dead now that you have different prefixes...
So it is. I'd actually missed this comment and saw it when fixing up other things. Thanks :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71687





More information about the llvm-commits mailing list