[PATCH] D39306: Fix CodeGen/AMDGPU/fcanonicalize-elimination.ll on FreeBSD 11.0

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 14:44:49 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316616: Fix CodeGen/AMDGPU/fcanonicalize-elimination.ll on FreeBSD 11.0 (authored by arichardson).

Changed prior to commit:
  https://reviews.llvm.org/D39306?vs=120319&id=120320#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39306

Files:
  llvm/trunk/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll


Index: llvm/trunk/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
===================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
+++ llvm/trunk/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
@@ -519,6 +519,10 @@
   ret void
 }
 
+; 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
+
 declare float @llvm.canonicalize.f32(float) #0
 declare double @llvm.canonicalize.f64(double) #0
 declare half @llvm.canonicalize.f16(half) #0


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39306.120320.patch
Type: text/x-patch
Size: 621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/f287f64a/attachment.bin>


More information about the llvm-commits mailing list