We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93eacbc commit ba9ba19Copy full SHA for ba9ba19
llvm/test/Transforms/VectorCombine/X86/load-extractelement-scalarization.ll
@@ -26,8 +26,8 @@ define void @multiple_extract(ptr %p) {
26
}
27
28
; infinite loop if we fold an extract that is waiting to be erased
29
-define void @unsued_extract(ptr %p) {
30
-; CHECK-LABEL: @unsued_extract(
+define void @unused_extract(ptr %p) {
+; CHECK-LABEL: @unused_extract(
31
; CHECK-NEXT: ret void
32
;
33
%load = load <4 x float>, ptr %p, align 8
0 commit comments