[llvm] [RISCV][TTI] Add llvm.vp.select into canSplatOperand. (PR #117982)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 18:23:58 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:
It seems that this information is unnecessary, so I deleted it.
https://github.com/llvm/llvm-project/pull/117982
More information about the llvm-commits
mailing list