[all-commits] [llvm/llvm-project] cbaaee: [SelectionDAG] Widen <n x T> vector types for atom...
jofrn via All-commits
all-commits at lists.llvm.org
Thu Dec 19 08:42:57 PST 2024
Branch: refs/heads/users/jofrn/spr/main/2894ccd1
Home: https://github.com/llvm/llvm-project
Commit: cbaaeeb0edb63f1d158435d8ba68109f62ef52a6
https://github.com/llvm/llvm-project/commit/cbaaeeb0edb63f1d158435d8ba68109f62ef52a6
Author: jofrn <jofernau at amd.com>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/X86/atomic-load-store.ll
Log Message:
-----------
[SelectionDAG] Widen <n x T> vector types for atomic load
`load atomic <n x T>` is not valid. This change widens
vector types of atomic load in SelectionDAG
so that it can translate aligned vectors of >1 size.
commit-id:2894ccd1
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