[PATCH] D45372: [AMDGPU] Fix issues for backend divergence tracking

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 7 01:40:33 PDT 2018


dstuttard marked an inline comment as done.
dstuttard added inline comments.


================
Comment at: test/CodeGen/AMDGPU/diverge-multi-func.ll:9
+; GCN-LABEL: {{^}}_amdgpu_ps_main:
+define dllexport amdgpu_ps void @_amdgpu_ps_main(i32 inreg %arg, <2 x float> %arg1) local_unnamed_addr #0 {
+.entry:
----------------
arsenm wrote:
> Missing check?
No - this function is here purely to provoke the bug in the geometry shader, so it doesn't need a check as we don't actually care what is emitted.


Repository:
  rL LLVM

https://reviews.llvm.org/D45372





More information about the llvm-commits mailing list