[all-commits] [llvm/llvm-project] e3e81b: [SelectionDAG] Legalize <1 x T> vector types for a...
jofrn via All-commits
all-commits at lists.llvm.org
Wed Oct 22 22:34:50 PDT 2025
Branch: refs/heads/users/jofrn/gt/07-15-_selectiondag_legalize_1_x_t_vector_types_for_atomic_load
Home: https://github.com/llvm/llvm-project
Commit: e3e81b845c424a1cd8cada06498dadcf9e9df7d9
https://github.com/llvm/llvm-project/commit/e3e81b845c424a1cd8cada06498dadcf9e9df7d9
Author: jofrn <jofernau at amd.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
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] Legalize <1 x T> vector types for atomic load
`load atomic <1 x T>` is not valid. This change legalizes
vector types of atomic load via scalarization in SelectionDAG
so that it can, for example, translate from `v1i32` to `i32`.
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