[PATCH] D83284: [InstCombine] Improve select -> phi canonicalization: consider more blocks

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 00:46:21 PDT 2020


nikic added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/select.ll:2286
+; CHECK:       exit:
+; CHECK-NEXT:    ret i32 [[B:%.*]]
+;
----------------
I don't understand why this returns `%B` (and what the difference to the previous test is, for that matter).


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

https://reviews.llvm.org/D83284





More information about the llvm-commits mailing list