[PATCH] D56078: [PowerPC] Remove the implicit use of the register if it is replaced by Imm
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 25 19:14:47 PST 2018
steven.zhang created this revision.
steven.zhang added reviewers: nemanjai, jsji, hfinkel.
Herald added subscribers: kbarton, hiraditya.
If we are change the MI operand from Reg to Imm, we need also handle its implicit use if have.
https://reviews.llvm.org/D56078
Files:
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.h
llvm/test/CodeGen/PowerPC/remove-implicit-use.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56078.179494.patch
Type: text/x-patch
Size: 6945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181226/a4e219e2/attachment.bin>
More information about the llvm-commits
mailing list