[llvm] [RISCV][TTI] Add llvm.vp.select into canSplatOperand. (PR #117982)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 00:53:42 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:
Thanks. Could you also separate out the new tests in this PR into a separate commit so we can see the diff? Feel free to force push if you need
https://github.com/llvm/llvm-project/pull/117982
More information about the llvm-commits
mailing list