[llvm-branch-commits] [llvm] [X86] Manage atomic load of fp -> int promotion in DAG (PR #120386)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 20 03:49:02 PST 2024
================
@@ -145,3 +145,40 @@ define <1 x i64> @atomic_vec1_i64_align(ptr %x) nounwind {
%ret = load atomic <1 x i64>, ptr %x acquire, align 8
ret <1 x i64> %ret
}
+
+define <1 x half> @atomic_vec1_half(ptr %x) {
----------------
jofrn wrote:
`1 x bfloat` is added here: https://github.com/llvm/llvm-project/pull/120385/files.
https://github.com/llvm/llvm-project/pull/120386
More information about the llvm-branch-commits
mailing list