[all-commits] [llvm/llvm-project] b7d9ff: [AArch64][llvm] Codegen for 16/32/64-bit floating-...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Tue Apr 29 06:34:27 PDT 2025
Branch: refs/heads/users/jthackray/lower-fminimum-fmaximum-to-aarch64-atomics
Home: https://github.com/llvm/llvm-project
Commit: b7d9ff97bc6655a38f9adc38021c6bd93f66e1fe
https://github.com/llvm/llvm-project/commit/b7d9ff97bc6655a38f9adc38021c6bd93f66e1fe
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-04-29 (Tue, 29 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