[PATCH] D21217: AMDGPU: Temporarily select trap to s_endpgm

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 04:04:44 PDT 2016


nhaehnle added a subscriber: nhaehnle.
nhaehnle accepted this revision.
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:1434
@@ +1433,3 @@
+  // setting up the trap handler for it o do anything.
+  return DAG.getNode(AMDGPUISD::RET_FLAG, SDLoc(Op), MVT::Other, Op.
+                     getOperand(0));
----------------
Trivial interaction with your control flow patch.


http://reviews.llvm.org/D21217





More information about the llvm-commits mailing list