[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
================
@@ -22,7 +22,7 @@ entry:
%broadcast.splat = shufflevector <4 x i32> %broadcast.splatinsert, <4 x i32> poison, <4 x i32> zeroinitializer
br label %vector.body
-vector.body: ; preds = %vector.body, %entry
+vector.body:
----------------
lukel97 wrote:
Same here for these comments, I think these are obscuring the actual code related changes from the diff
https://github.com/llvm/llvm-project/pull/117982
More information about the llvm-commits
mailing list