[llvm] Revert "[InlineSpiller] Check rematerialization before folding operand (#134015)" (PR #137801)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 19 03:01:58 PDT 2025


arsenm wrote:

> Can I pass RegClassInfo into InlineSpiller, and call RegClassInfo.getOrder() to get the similar information?

I'm not sure that's much better, it's still the inliner trying to perform an assignment 

https://github.com/llvm/llvm-project/pull/137801


More information about the llvm-commits mailing list