Skip to content

Commit 9e6c05f

Browse files
tidbits
1 parent ce9bea4 commit 9e6c05f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

llvm/test/CodeGen/X86/isel-fp-to-sint-x87.ll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,8 @@ entry:
404404
%conv = fptosi double %input to i64
405405
ret i64 %conv
406406
}
407+
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
408+
; GISEL-I686: {{.*}}
409+
; GISEL-X64: {{.*}}
410+
; SDAG-I686: {{.*}}
411+
; SDAG-X64: {{.*}}

llvm/test/CodeGen/X86/isel-int-to-fp-x87.ll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,8 @@ entry:
265265
store double %conv, ptr %p, align 4
266266
ret void
267267
}
268+
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
269+
; GISEL-I686: {{.*}}
270+
; GISEL-X64: {{.*}}
271+
; SDAG-I686: {{.*}}
272+
; SDAG-X64: {{.*}}

0 commit comments

Comments
 (0)