[PATCH] D35730: RA: Remove assert on empty live intervals
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 14:35:16 PDT 2017
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
LGTM.
The following code is obviously able to handle it (as we can have the same situation from non-split intervals where no assert exists). So I guess this was a sanity check on the spiller/splitter, let's hope we are fine without it.
https://reviews.llvm.org/D35730
More information about the llvm-commits
mailing list