[PATCH] D45617: [IRCE] Only check for NSW on equality predicates

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 01:59:53 PDT 2018


mkazantsev added inline comments.


================
Comment at: test/Transforms/IRCE/stride_more_than_1.ll:221
+  ; CHECK:  br i1 [[COND]], label %main.pseudo.exit, label %exit
 
 entry:
----------------
Will you please add a check that the postloop is generated? It looks like we should have one here, am I correct?


https://reviews.llvm.org/D45617





More information about the llvm-commits mailing list