[all-commits] [llvm/llvm-project] 94a71a: [SelectionDAG] Split <n x T> vector types for atom...
jofrn via All-commits
all-commits at lists.llvm.org
Thu Dec 19 13:34:06 PST 2024
Branch: refs/heads/users/jofrn/spr/main/3a045357
Home: https://github.com/llvm/llvm-project
Commit: 94a71a34ea7b542c7b6bb0afc0286a945f6b887c
https://github.com/llvm/llvm-project/commit/94a71a34ea7b542c7b6bb0afc0286a945f6b887c
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] Split <n x T> vector types for atomic load
`load atomic <n x T>` is not valid. This change splits
vector types of atomic load in SelectionDAG
so that it can translate vectors of >1 size with type bfloat,half.
commit-id:3a045357
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