[PATCH] D38682: [LoopInterchange] Fix phi node ordering miscompile.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 05:31:43 PDT 2017
fhahn added inline comments.
================
Comment at: test/Transforms/LoopInterchange/phi-ordering.ll:14
+; CHECK-LABEL: test
+; CHECK: add nsw i32 %k.031, 1
+entry:
----------------
Could you add a few more checks, making sure the loop structure is what we expect?
https://reviews.llvm.org/D38682
More information about the llvm-commits
mailing list