[llvm] [RISCV] Add Tune to DontSinkSplatOperands (PR #79199)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 19:47:53 PST 2024


================
@@ -0,0 +1,353 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=riscv64 -mattr=+m,+v,+f -target-abi=lp64f \
+; RUN:   -mattr=+dont-sink-splat-operands -riscv-v-vector-bits-min=128 | FileCheck %s
----------------
wangpc-pp wrote:

Add a RUN without `+dont-sink-splat-operands`?

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


More information about the llvm-commits mailing list