[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 20:50:51 PDT 2023


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

I'd like to check that when this InstCombine happens, we get the desired RISCV scalar code. Is there a way to do that without running opt followed up by llc? I have seen other tests run both before.

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


More information about the llvm-commits mailing list