[llvm] [RISCV][TTI] Add llvm.vp.select into canSplatOperand. (PR #117982)

via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 30 19:26:55 PST 2024


================
@@ -2,7 +2,7 @@
 ; RUN: llc < %s -mtriple=riscv64 -mattr=+m,+v,+f -target-abi=lp64f \
 ; RUN:     | FileCheck %s
 
-define void @sink_splat_mul(ptr nocapture %a, i32 signext %x) {
+define void @sink_splat_mul(ptr %a, i32 %x) {
----------------
LiqinWeng wrote:

OK, fixed

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


More information about the llvm-commits mailing list