[PATCH] D19931: AMDGPU: Uniform branch conditions can originate with intrinsics

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 13:22:27 PDT 2016


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/CodeGen/AMDGPU/uniform-branch-intrinsic-cond.ll:4-5
@@ +3,4 @@
+
+source_filename = "tgsi"
+target triple = "amdgcn--"
+
----------------
This can be removed

================
Comment at: test/CodeGen/AMDGPU/uniform-branch-intrinsic-cond.ll:7
@@ +6,3 @@
+
+;CHECK-LABEL: {{^}}main:
+define amdgpu_ps float @main(<4 x i32> inreg %rsrc) {
----------------
Space after ;


http://reviews.llvm.org/D19931





More information about the llvm-commits mailing list