[PATCH] D43478: [LiveIntervals] Handle moving up dead partial write

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 16:24:33 PST 2018


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

This is a tricky case, good catch.

I have a bad feeling with handleMove() actually changing instructions (at least the liveness of the operands). But this is not the first case where this happens so. Looks good to me for now. Thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D43478





More information about the llvm-commits mailing list