[llvm] [SROA] Only try additional vector type candidates when needed (PR #77678)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 16:26:57 PST 2024
================
@@ -1227,6 +1227,166 @@ define void @swap-15bytes(ptr %x, ptr %y) {
ret void
}
+define <4 x i32> @ptrLoadStoreTys(ptr %init, i32 %val2) {
+; CHECK-LABEL: @ptrLoadStoreTys(
----------------
arsenm wrote:
I meant pre-push the add baseline tests as its own standalone commit directly to main. With the project setting of squash and submit, there's less point in splitting out the commits for submit
https://github.com/llvm/llvm-project/pull/77678
More information about the llvm-commits
mailing list