[PATCH] D62162: Fix register coalescer failure to prune value

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 15:13:57 PDT 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/coalescer-subranges-prune-kill-copy.mir:12
+---
+name:            test
+tracksRegLiveness: true
----------------
rampitec wrote:
> arsenm wrote:
> > Can you reduce this more? You shouldn't need all of these blocks
> I do not see how. This is bugpoint reduced on the IR level, and then bugpoint does not work with MIR yet. A manual reduce will be a nightmare.
Yes, I've done it many times. It's not that bad. It's fairly easy to eliminate the blocks, and then slows down inside the blocks


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62162/new/

https://reviews.llvm.org/D62162





More information about the llvm-commits mailing list