[PATCH] D20589: AMDGPU: Expand unaligned accesses early

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 09:02:26 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/AMDGPUISelLowering.cpp:2290
@@ -2264,1 +2289,3 @@
+
+  //DCI.AddToWorklist(Val.getNode());
 
----------------
Stray commented code.


http://reviews.llvm.org/D20589





More information about the llvm-commits mailing list