[llvm] [WIP][RFC] Teach MCA constant registers do not create dependencies (PR #89387)
Rin Dobrescu via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 22 09:01:45 PDT 2024
Rin18 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.
I was not aware of that, this is reassuring.
https://github.com/llvm/llvm-project/pull/89387
More information about the llvm-commits
mailing list