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

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 11:02:14 PDT 2024


efriedma-quic wrote:

For integers, we're talking about increasing the register pressure in integer registers by 2; that doesn't seem like a serious issue.    For vectors, we can just use byte splats instead?

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


More information about the llvm-commits mailing list