[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:09:06 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:

Looks like the full test is now squashed? I expected to only see smaller diffs 

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


More information about the llvm-commits mailing list