Skip to content

Commit f0e8d00

Browse files
committed
[X86] widen_load-3.ll - add missing nounwind attributes
1 parent 765ce86 commit f0e8d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/widen_load-3.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
; PR27708
1010

11-
define <7 x i64> @load7_aligned(ptr %x) {
11+
define <7 x i64> @load7_aligned(ptr %x) nounwind {
1212
; X86-SSE-LABEL: load7_aligned:
1313
; X86-SSE: # %bb.0:
1414
; X86-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax
@@ -67,7 +67,7 @@ define <7 x i64> @load7_aligned(ptr %x) {
6767
ret <7 x i64> %x1
6868
}
6969

70-
define <7 x i64> @load7_unaligned(ptr %x) {
70+
define <7 x i64> @load7_unaligned(ptr %x) nounwind {
7171
; X86-SSE-LABEL: load7_unaligned:
7272
; X86-SSE: # %bb.0:
7373
; X86-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax

0 commit comments

Comments
 (0)