[PATCH] D19461: AMDGPU: Implement addrspacecast

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 07:01:46 PDT 2016


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

LGTM.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:1415
@@ +1414,3 @@
+  // TODO: Use custom target PseudoSourceValue.
+    //TODO: We should use the value from the IR intrinsic call, but it might not
+  // be available and how do we get it?
----------------
Indentation looks wrong.


http://reviews.llvm.org/D19461





More information about the llvm-commits mailing list