[PATCH] D90113: [DAGCombiner] Fold BinOp into Select containing identity constant
Layton Kifer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 21:13:28 PDT 2020
laytonio updated this revision to Diff 300884.
laytonio added a comment.
Fixed some of the regressions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90113/new/
https://reviews.llvm.org/D90113
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AArch64/midpoint-int.ll
llvm/test/CodeGen/AArch64/use-cr-result-of-dom-icmp-st.ll
llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
llvm/test/CodeGen/AMDGPU/dagcombine-select.ll
llvm/test/CodeGen/AMDGPU/idiv-licm.ll
llvm/test/CodeGen/AMDGPU/sdiv.ll
llvm/test/CodeGen/AMDGPU/sdiv64.ll
llvm/test/CodeGen/AMDGPU/srem64.ll
llvm/test/CodeGen/ARM/select_xform.ll
llvm/test/CodeGen/Mips/funnel-shift-rot.ll
llvm/test/CodeGen/Mips/funnel-shift.ll
llvm/test/CodeGen/Mips/llvm-ir/ashr.ll
llvm/test/CodeGen/Mips/llvm-ir/lshr.ll
llvm/test/CodeGen/Mips/llvm-ir/shl.ll
llvm/test/CodeGen/PowerPC/cmpb-ppc32.ll
llvm/test/CodeGen/PowerPC/cmpb.ll
llvm/test/CodeGen/PowerPC/combine_ext_trunc.ll
llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
llvm/test/CodeGen/PowerPC/noPermuteFormasking.ll
llvm/test/CodeGen/PowerPC/nofpexcept.ll
llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll
llvm/test/CodeGen/PowerPC/rlwimi-and.ll
llvm/test/CodeGen/PowerPC/use-cr-result-of-dom-icmp-st.ll
llvm/test/CodeGen/SystemZ/subregliveness-04.ll
llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll
llvm/test/CodeGen/X86/avx-select.ll
llvm/test/CodeGen/X86/avx512-select.ll
llvm/test/CodeGen/X86/binop-identity.ll
llvm/test/CodeGen/X86/bool-simplify.ll
llvm/test/CodeGen/X86/dagcombine-select.ll
llvm/test/CodeGen/X86/fp-cvt.ll
llvm/test/CodeGen/X86/fp-intrinsics-flags.ll
llvm/test/CodeGen/X86/fp-intrinsics.ll
llvm/test/CodeGen/X86/fp-strict-scalar-fptoint.ll
llvm/test/CodeGen/X86/fp80-strict-scalar.ll
llvm/test/CodeGen/X86/midpoint-int.ll
llvm/test/CodeGen/X86/pr22338.ll
llvm/test/CodeGen/X86/pr33954.ll
llvm/test/CodeGen/X86/scalar-fp-to-i64.ll
llvm/test/CodeGen/X86/setcc-combine.ll
llvm/test/CodeGen/X86/use-cr-result-of-dom-icmp-st.ll
llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll
llvm/test/CodeGen/X86/vec-strict-fptoint-512.ll
llvm/test/CodeGen/X86/zext-sext.ll
llvm/test/tools/llvm-locstats/locstats.ll
More information about the llvm-commits
mailing list