[PATCH] D21438: AMDGPU/SI: Propagate the Kill flag in storeRegToStackSlot and eliminateFrameIndex

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 12:02:27 PDT 2016


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

LGTM


================
Comment at: lib/Target/AMDGPU/SIRegisterInfo.h:195
@@ -194,3 +194,3 @@
   void buildScratchLoadStore(MachineBasicBlock::iterator MI,
-                             unsigned LoadStoreOp, unsigned Value,
+                             unsigned LoadStoreOp, MachineOperand *SrcDst,
                              unsigned ScratchRsrcReg, unsigned ScratchOffset,
----------------
I think this can be const


http://reviews.llvm.org/D21438





More information about the llvm-commits mailing list