[all-commits] [llvm/llvm-project] bf7af2: [AArch64][DAG] Allow fptos/ui.sat to scalarized. (...
David Green via All-commits
all-commits at lists.llvm.org
Wed Feb 12 03:04:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf7af2d12e3bb8c7bc322ed1c5bf4e9904ad409c
https://github.com/llvm/llvm-project/commit/bf7af2d12e3bb8c7bc322ed1c5bf4e9904ad409c
Author: David Green <david.green at arm.com>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
M llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
Log Message:
-----------
[AArch64][DAG] Allow fptos/ui.sat to scalarized. (#126799)
We we previously running into problems with fp128 types and certain
integer sizes.
Fixes an issue reported on #124984
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