llvm-project
01c3c98e
- [SelectionDAG] Split vector types for atomic store
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 day ago
[SelectionDAG] Split vector types for atomic store Vector types that aren't widened are split so that a single ATOMIC_STORE is issued for the entire vector at once. This enables SelectionDAG to translate vectors with type bfloat,half.
References
users/jofrn/split-vec-atomic-store
#197860 - [SelectionDAG] Split vector types for atomic store
#197861 - [X86] Cast atomic store in IR to support floats
#197862 - [AtomicExpand] Add bitcasts when expanding store atomic vector
Author
jofrn
Parents
ac8361d2
Loading