[all-commits] [llvm/llvm-project] 403857: [AArch64][llvm] Codegen for 16/32/64-bit floating-...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Wed Apr 30 14:08:32 PDT 2025
Branch: refs/heads/users/jthackray/lower-fminimum-fmaximum-to-aarch64-atomics
Home: https://github.com/llvm/llvm-project
Commit: 40385739be9cf09af2a5d551a4760b0e03eaa354
https://github.com/llvm/llvm-project/commit/40385739be9cf09af2a5d551a4760b0e03eaa354
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrAtomics.td
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lsfe.ll
M llvm/test/CodeGen/AArch64/Atomics/aarch64_be-atomicrmw-lsfe.ll
Log Message:
-----------
[AArch64][llvm] Codegen for 16/32/64-bit floating-point atomicrmw fminimum/fmaximum
Codegen for AArch64 16/32/64-bit floating-point atomic read-modify-write
operations (`atomicrmw {fmaximum,fminimum}`) using LD{B}FMAX and
LD{B}FMIN atomic instructions.
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