[llvm-branch-commits] [llvm] [X86] Add atomic vector tests for >1 sizes. (PR #120387)
Simon Pilgrim via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 18 02:07:59 PST 2024
================
@@ -110,3 +110,226 @@ define <1 x bfloat> @atomic_vec1_bfloat(ptr %x) {
ret <1 x bfloat> %ret
}
+define <1 x i64> @atomic_vec1_i64(ptr %x) {
----------------
RKSimon wrote:
add nounwind to get rid of cfi noise
https://github.com/llvm/llvm-project/pull/120387
More information about the llvm-branch-commits
mailing list