[PATCH] D74810: [IndVarSimply] Fix assert/release build difference.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 00:31:24 PST 2020


jeroen.dobbelaere added a comment.

looks good to me, except for one minor issue in the testcase.



================
Comment at: llvm/test/Transforms/IndVarSimplify/deterministic-scev-verify.ll:14
+; In this test, adding -verify-indvars causes %tmp13 to not be optimized away.
+; IR_LABEL:@foo
+; IR-NOT: phi i32
----------------
Shouldn't this be 'IR-LABEL:'  ?



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74810





More information about the llvm-commits mailing list