[all-commits] [llvm/llvm-project] eefef3: [AArch64][GlobalISel] Legalise FCVTZ<U/S> intrinsi...
Joshua Rodriguez via All-commits
all-commits at lists.llvm.org
Tue Feb 10 07:40:52 PST 2026
Branch: refs/heads/users/JoshdRod/f16-to-i16-fallbacks
Home: https://github.com/llvm/llvm-project
Commit: eefef323dbb5fe7c84bb6d019e07a4a25b601bc0
https://github.com/llvm/llvm-project/commit/eefef323dbb5fe7c84bb6d019e07a4a25b601bc0
Author: Josh Rodriguez <josh.rodriguez at arm.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/fp16_i16_intrinsic_scalar.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalise FCVTZ<U/S> intrinsics to G_FPTO<U/S>I_SAT
At the Instruction Selection stage, the AArch64 patterns match this G_GPTOUI_SAT node to the FCVTZU intrinsic. Hence, we must legalise the ACLE intrinsic to this node.
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