[all-commits] [llvm/llvm-project] a657bd: [AtomicExpand] Add bitcasts when expanding load at...
jofrn via All-commits
all-commits at lists.llvm.org
Thu Nov 6 09:46:08 PST 2025
Branch: refs/heads/users/jofrn/gt/07-15-_atomicexpand_add_bitcasts_when_expanding_load_atomic_vector
Home: https://github.com/llvm/llvm-project
Commit: a657bd946e7be59892a00a447ca7018d0715c6a5
https://github.com/llvm/llvm-project/commit/a657bd946e7be59892a00a447ca7018d0715c6a5
Author: jofrn <jofernau at amd.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M llvm/lib/CodeGen/AtomicExpandPass.cpp
M llvm/test/CodeGen/ARM/atomic-load-store.ll
M llvm/test/CodeGen/X86/atomic-load-store.ll
M llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
Log Message:
-----------
[AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpand fails for aligned `load atomic <n x T>` because it
does not find a compatible library call. This change adds appropriate
bitcasts so that the call can be lowered. It also adds support for
128 bit lowering in tablegen to support SSE/AVX.
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