[PATCH] D137813: [RegAlloc Greedy]Account statepoints while splitting single basic block

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 22:40:55 PST 2022


skatkov added a comment.

I did an alternative solution https://reviews.llvm.org/D138093 to extend the snippet definition.
Actually I got almost the same result except test for invoke.
I guess it is due to for invoke the split interval is not in the same basic block when the solution is based on snippets.

Please take a look.


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

https://reviews.llvm.org/D137813



More information about the llvm-commits mailing list