[llvm] [InstCombine][RISCV] Convert VPIntrinsics with splat operands to splats (PR #65706)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 22:11:14 PDT 2023


================
@@ -0,0 +1,896 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
----------------
michaelmaitland wrote:

Ok. I've moved it into InstCombine tests. It no longer needs to be RISCV specific and I reflected that by not placing it in InstCombine/RISCV tests.

https://github.com/llvm/llvm-project/pull/65706


More information about the llvm-commits mailing list