[llvm] Add support for x87 registers on GISel register selection (PR #83528)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 00:53:28 PST 2024


MalaySanghiIntel wrote:

> ```
> This is required because with SSE enabled, x86 doesn't use fp stack and instead uses AVX registers.
> ```
> 
> Did you mean SSE registers?

Yes, I did. Updated. Thanks for pointing this out

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


More information about the llvm-commits mailing list