[PATCH] D46203: [InstCombine] Widen guards with conditions between

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 14:58:51 PDT 2018


reames added inline comments.


================
Comment at: test/Transforms/InstCombine/call-guard.ll:36
+; between the guards
+define void @test_guard_adjacent_diff_cond2(i32 %V1, i32 %V2) {
+; CHECK-LABEL: @test_guard_adjacent_diff_cond2(
----------------
Note to self: before submit, this needs tests to show negative cases: i.e. why do the intermediate instructions have to be safe to execute?


Repository:
  rL LLVM

https://reviews.llvm.org/D46203





More information about the llvm-commits mailing list