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 765ce86 commit f0e8d00Copy full SHA for f0e8d00
llvm/test/CodeGen/X86/widen_load-3.ll
@@ -8,7 +8,7 @@
8
9
; PR27708
10
11
-define <7 x i64> @load7_aligned(ptr %x) {
+define <7 x i64> @load7_aligned(ptr %x) nounwind {
12
; X86-SSE-LABEL: load7_aligned:
13
; X86-SSE: # %bb.0:
14
; X86-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax
@@ -67,7 +67,7 @@ define <7 x i64> @load7_aligned(ptr %x) {
67
ret <7 x i64> %x1
68
}
69
70
-define <7 x i64> @load7_unaligned(ptr %x) {
+define <7 x i64> @load7_unaligned(ptr %x) nounwind {
71
; X86-SSE-LABEL: load7_unaligned:
72
73
0 commit comments