[PATCH] D117110: [InstCombine] try to fold binop with phi operands
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 09:12:21 PST 2022
aeubanks added a comment.
is it possible that we're hoisting a non-speculatable operation past something like a call in the same block?
================
Comment at: llvm/test/Transforms/InstCombine/zext-or-icmp.ll:42
define i32 @dont_widen_undef() {
; CHECK-LABEL: @dont_widen_undef(
----------------
these tests need to be changed to preserve testing of https://reviews.llvm.org/D30781
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117110/new/
https://reviews.llvm.org/D117110
More information about the llvm-commits
mailing list