[all-commits] [llvm/llvm-project] 300e41: [CG] Add VTs for v[567]i1 and v[567]f16 (#151763)

Adam Nemet via All-commits all-commits at lists.llvm.org
Sat Aug 2 09:00:53 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 300e41d72fc4f04b3cd6e65bd56a01643bf7f060
      https://github.com/llvm/llvm-project/commit/300e41d72fc4f04b3cd6e65bd56a01643bf7f060
  Author: Adam Nemet <anemet at apple.com>
  Date:   2025-08-02 (Sat, 02 Aug 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

  Log Message:
  -----------
  [CG] Add VTs for v[567]i1 and v[567]f16 (#151763)

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.



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