[PATCH] D127281: [Greedy RegAlloc] Fix the handling of split register in last chance re-coloring.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 23:10:04 PDT 2022


skatkov updated this revision to Diff 435431.
skatkov added a comment.

Handled comments about tests.

To be honest update mir is overkill here. I've also needed to fix some places due to update mir does inaccurate mapping.
I would prefer just check that there is not crash actually.


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

https://reviews.llvm.org/D127281

Files:
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/test/CodeGen/AArch64/regalloc-last-chance-recolor-with-split.mir
  llvm/test/CodeGen/AMDGPU/remaining-virtual-register-operands.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127281.435431.patch
Type: text/x-patch
Size: 40492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220609/ffb1d6dc/attachment.bin>


More information about the llvm-commits mailing list