Define the __vector_pair and __vector_quad types that are used to manipulate the new accumulator registers introduced by MMA.
Because these two types are specific to PowerPC, they are defined in a separate new file so it will be easier to add other PowerPC specific types if we need to in the future.
Details
Details
- Reviewers
shafik ABataev kkwli0 power-llvm-team amyk - Group Reviewers
Restricted Project - Commits
- rG40dd4d5233d9: [Clang][PowerPC] Add __vector_pair and __vector_quad types
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | ||
---|---|---|
160 ↗ | (On Diff #269683) | StringSwitch? |
Comment Actions
Aside from the clang-format issues and as long as no one has any other concerns, this LGTM.