[llvm] r189642 - Replace LiveInterval::killedAt with isKilledAtInstr.
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Aug 30 09:26:20 PDT 2013
On Aug 29, 2013, at 9:31 PM, Andrew Trick <atrick at apple.com> wrote:
> Author: atrick
> Date: Thu Aug 29 23:31:01 2013
> New Revision: 189642
>
> URL: http://llvm.org/viewvc/llvm-project?rev=189642&view=rev
> Log:
> Replace LiveInterval::killedAt with isKilledAtInstr.
>
> Return true for LRGs that end at EarlyClobber or Register slots.
Could you use LiveRangeQuery::isKill() instead?
Thanks,
/jakob
More information about the llvm-commits
mailing list