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

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 30 03:09:36 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) {
----------------
lukel97 wrote:

Can you split that out into a separate NFC PR just so we can make sure it isn't affecting this diff?

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


More information about the llvm-commits mailing list