forked from OSchip/llvm-project
[NFC] Fix check prefix add in fcanonicalize-elimination.ll
The test fix added by "D39306: Fix CodeGen/AMDGPU/fcanonicalize-elimination.ll on FreeBSD 11.0" uses a test prefix which is not actually used in the FileCheck stanza. Thus the problem originally encountered still exists and the tests fails for host triples that contain "1.0", including AIX 7.1.0.
This commit is contained in:
parent
b4fac78246
commit
809c872aae
|
@ -878,7 +878,7 @@ define float @v_test_canonicalize_frexp_mant(float %a) {
|
|||
|
||||
; Avoid failing the test on FreeBSD11.0 which will match the GCN-NOT: 1.0
|
||||
; in the .amd_amdgpu_isa "amdgcn-unknown-freebsd11.0--gfx802" directive
|
||||
; CHECK: .amd_amdgpu_isa
|
||||
; GCN: .amd_amdgpu_isa
|
||||
|
||||
declare float @llvm.canonicalize.f32(float) #0
|
||||
declare float @llvm.copysign.f32(float, float) #0
|
||||
|
|
Loading…
Reference in New Issue