[PATCH] D13197: AMDGPU: Move SIFixSGPRLiveRanges to be a regalloc pass

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 11:10:13 PDT 2015


MatzeB added a comment.

Note that long-term we plan to remove the LiveVariables analysis and just keep LiveIntervals around; though I don't see this happening soon as  I don't see an incentive to actually do the work of fixing TwoAddressInstructions and PhiElimination to use LiveIntervals...


http://reviews.llvm.org/D13197





More information about the llvm-commits mailing list