[llvm] [X86][GlobalIsel] G_BITCAST support (PR #144473)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 19 09:44:59 PDT 2025


mahesh-attarde wrote:

> @mahesh-attarde could you please elaborate why this change is needed because the tests pass without this PR: https://godbolt.org/z/EEzP4nn4n
> 
> There is a problem with double conversions in `test2` on `i686` but it is all over there.

While doing FP class test we need to convert F32 to I32 and F64 to I64 and create sequence of bitwise ops.

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


More information about the llvm-commits mailing list