[all-commits] [llvm/llvm-project] 533253: [ARM] Add neon vector support for ceil
David Green via All-commits
all-commits at lists.llvm.org
Tue Jul 1 07:41:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5332534b9cb6477a973d1581690ae35c31f9e310
https://github.com/llvm/llvm-project/commit/5332534b9cb6477a973d1581690ae35c31f9e310
Author: David Green <david.green at arm.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/test/CodeGen/arm-neon-directed-rounding.c
M clang/test/CodeGen/arm-v8.2a-neon-intrinsics.c
M llvm/include/llvm/IR/IntrinsicsARM.td
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/test/CodeGen/ARM/vrint.ll
Log Message:
-----------
[ARM] Add neon vector support for ceil
As per #142559, this marks fceil as legal for Neon and upgrades the existing
arm.neon.vrintp intrinsics.
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