llvm-project
9b550229 - [CG] Add VTs for v[567]i1 and v[567]f16 (#156523)

Commit
233 days ago
[CG] Add VTs for v[567]i1 and v[567]f16 (#156523) [recommit https://github.com/llvm/llvm-project/pull/151763 after fixing https://github.com/llvm/llvm-project/issues/152150] We already had corresponding f32 and i32 vector types for these sizes. Also add VTs v[567]i8 and v[567]i16: these are needed by the Hexagon backend which for each i1 vector types want to query information about the corresponding i8 and i16 types in HexagonTargetLowering::getPreferredHvxVectorAction.
Author
Parents
Loading