recommit "[DAGCombiner] Teach scalarizeBinOpOfSplats handle scalable splat."
authorjacquesguan <Jianjian.Guan@streamcomputing.com>
Thu, 7 Jul 2022 08:48:55 +0000 (16:48 +0800)
committerjacquesguan <Jianjian.Guan@streamcomputing.com>
Thu, 21 Jul 2022 09:34:34 +0000 (17:34 +0800)
commite60eb7053dc91a23cc3b96652aeda7513dd4b082
tree9b8ab99e524aacaaa0fb545380aac9ccbc3d5ad4
parent235fb602ed99c59f2a741533906c19280d791e18
recommit "[DAGCombiner] Teach scalarizeBinOpOfSplats handle scalable splat."

With fix for AArch64 and Hexgon test cases.
13 files changed:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AArch64/active_lane_mask.ll
llvm/test/CodeGen/AArch64/fdiv-combine.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
llvm/test/CodeGen/AArch64/sve-gep.ll
llvm/test/CodeGen/Hexagon/autohvx/isel-concat-multiple.ll
llvm/test/CodeGen/RISCV/rvv/vadd-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/vand-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/vmul-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/vor-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/vsub-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/vxor-sdnode.ll