forked from OSchip/llvm-project
[AMDGPU] Fold llvm.amdgcn.cos and llvm.amdgcn.sin intrinsics (fix tests)
Try to fix Windows buildbots.
This commit is contained in:
parent
8beaba13b8
commit
c27214c234
|
@ -135,8 +135,8 @@ define void @test_f64(double* %p) {
|
|||
; CHECK-LABEL: @test_f64(
|
||||
; CHECK-NEXT: store volatile double 1.000000e+00, double* [[P:%.*]], align 8
|
||||
; CHECK-NEXT: store volatile double 1.000000e+00, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0x3FE6A09E667F3BCD, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0x3FE6A09E667F3BCD, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0x3FE6A09E667F3B{{.*}}, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0x3FE6A09E667F3B{{.*}}, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0.000000e+00, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0.000000e+00, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double -1.000000e+00, double* [[P]], align 8
|
||||
|
|
|
@ -135,8 +135,8 @@ define void @test_f64(double* %p) {
|
|||
; CHECK-LABEL: @test_f64(
|
||||
; CHECK-NEXT: store volatile double 0.000000e+00, double* [[P:%.*]], align 8
|
||||
; CHECK-NEXT: store volatile double 0.000000e+00, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0x3FE6A09E667F3BCC, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0xBFE6A09E667F3BCC, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0x3FE6A09E667F3B{{.*}}, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0xBFE6A09E667F3B{{.*}}, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 1.000000e+00, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double -1.000000e+00, double* [[P]], align 8
|
||||
; CHECK-NEXT: store volatile double 0.000000e+00, double* [[P]], align 8
|
||||
|
|
Loading…
Reference in New Issue