[all-commits] [llvm/llvm-project] 20bd88: [X86] Add aligned atomic vector store tests wider ...
jofrn via All-commits
all-commits at lists.llvm.org
Tue Jun 9 01:35:05 PDT 2026
Branch: refs/heads/users/jofrn/atomic-store-wide-aligned-tests
Home: https://github.com/llvm/llvm-project
Commit: 20bd88d157c2db00f443762336078e6fb5e77474
https://github.com/llvm/llvm-project/commit/20bd88d157c2db00f443762336078e6fb5e77474
Author: jofrn <jo7frn1 at gmail.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M llvm/test/CodeGen/X86/atomic-load-store.ll
Log Message:
-----------
[X86] Add aligned atomic vector store tests wider than 128 bits (NFC)
These >128-bit stores are expanded to __atomic_store libcalls regardless
of alignment, since x86 caps atomic ops at 128 bits.
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