[PATCH] D21438: AMDGPU/SI: Propagate the Kill flag in storeRegToStackSlot and eliminateFrameIndex
Changpeng Fang via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 09:46:36 PDT 2016
cfang created this revision.
cfang added reviewers: arsenm, tstellarAMD.
cfang added subscribers: arsenm, llvm-commits.
Herald added a subscriber: kzhuravl.
This patch properly propagates the Kill flag in storeRegToStackSlot and eliminateFrameIndex functions.
Note that the the case with implicit use of the SuperReg, only the last such implicit use carries the KIll flag.
http://reviews.llvm.org/D21438
Files:
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21438.60986.patch
Type: text/x-patch
Size: 6904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/c628d23f/attachment.bin>
More information about the llvm-commits
mailing list