[PATCH] D89541: [IRCE] Do not transform is loop has small number of iterations
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 04:23:09 PDT 2020
mkazantsev accepted this revision.
mkazantsev added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: llvm/test/Transforms/IRCE/low-iterations.ll:5
+; CHECK-YES: constrained Loop
+; CHECK-NO-NOT: constrained Loop
+
----------------
`CHECK-NOT-NO`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89541/new/
https://reviews.llvm.org/D89541
More information about the llvm-commits
mailing list