[PATCH] D14966: LiveIntervalAnalysis: Add function to reassign vregs of dead subregister defs
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 14:42:37 PST 2016
MatzeB abandoned this revision.
MatzeB added a comment.
This is superseded by http://reviews.llvm.org/D16126 as it turned out the dead subregister defs are just a special case of a general situation where subregisters defs+uses do not influence each other and can be split into separate equivalence classes.
Repository:
rL LLVM
http://reviews.llvm.org/D14966
More information about the llvm-commits
mailing list