[all-commits] [llvm/llvm-project] 756ed8: [AArch64][llvm] Improve codegen for FP_TO_*_SAT
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Wed Feb 11 04:50:24 PST 2026
Branch: refs/heads/users/jthackray/improve_codegen
Home: https://github.com/llvm/llvm-project
Commit: 756ed8ced3f1b10aeb4cad201b00be467cf0f98c
https://github.com/llvm/llvm-project/commit/756ed8ced3f1b10aeb4cad201b00be467cf0f98c
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/arm64-cvt-simd-fptoi.ll
Log Message:
-----------
[AArch64][llvm] Improve codegen for FP_TO_*_SAT
Skip the SVE scalar-combine for saturating FP->INT when the scalar op
is legal, so we use simpler scalar codegen in streaming modes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list