aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ProgramStackTest.cpp
diff options
context:
space:
mode:
authorJonathan Thackray <jonathan.thackray@arm.com>2025-04-30 22:06:37 +0100
committerGitHub <noreply@github.com>2025-04-30 22:06:37 +0100
commit6e49f73825f1b9cb98352a7c8dca3e0cf83ebd9e (patch)
tree854e2a21de5728cc71797b49dadf83ddcacb8212 /llvm/unittests/Support/ProgramStackTest.cpp
parent9b0eaf71e674a28ee55be3afa11b5f7d4da732c0 (diff)
downloadllvm-6e49f73825f1b9cb98352a7c8dca3e0cf83ebd9e.zip
llvm-6e49f73825f1b9cb98352a7c8dca3e0cf83ebd9e.tar.gz
llvm-6e49f73825f1b9cb98352a7c8dca3e0cf83ebd9e.tar.bz2
Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#137701)
This patch adds support for LLVM IR atomicrmw `fmaximum` and `fminimum` instructions. These mirror the `llvm.maximum.*` and `llvm.minimum.*` instructions, but are atomic and use IEEE754 2019 handling for NaNs, which is different to `fmax` and `fmin`. See: https://llvm.org/docs/LangRef.html#llvm-minimum-intrinsic for more details. Future changes will allow this LLVM IR to be lowered to specialised assembler instructions on suitable targets, such as AArch64.
Diffstat (limited to 'llvm/unittests/Support/ProgramStackTest.cpp')
0 files changed, 0 insertions, 0 deletions