[llvm] [AArch64] Keep floating-point conversion in SIMD (PR #147707)

Guy David via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 12 06:03:13 PDT 2025


guy-david wrote:

> Is it possible to write this as a post legalisation DAG combine? to remove the need for dedicated isel patterns.

Do you mean a pattern that combines stores whenever the source is a `fp_to_sint`, or the other way around?

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


More information about the llvm-commits mailing list