[llvm] [SDAG] Construct constants via instructions if materialization is costly (PR #86659)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 22:50:34 PDT 2024


topperc wrote:

This seems to increase register pressure because the constants have to be generated in reverse order. Looks like LMUL=8 gets a lot of spills.

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


More information about the llvm-commits mailing list