[llvm] [WIP][RFC] Teach MCA constant registers do not create dependencies (PR #89387)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 16:03:02 PDT 2024


topperc wrote:

> This will increase the size of generated code, which is an issue. 

MCRegisterDesc is 22 bytes before this change but requires 4 byte alignment so I think the bool sneaks into the 2 byte padding.

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


More information about the llvm-commits mailing list