[llvm] [X86] Lowering of load atomic float via cast (PR #117189)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 15:57:16 PST 2024


================
@@ -0,0 +1,38 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s --mtriple=x86_64 | FileCheck %s
+
+define float @load_atomic_float(ptr %src) {
----------------
arsenm wrote:

Test all the FP types, float, double, half, bfloat. fp128 if 128-bit atomics work 

https://github.com/llvm/llvm-project/pull/117189


More information about the llvm-commits mailing list