[all-commits] [llvm/llvm-project] c1764a: AMDGPU: Add bf16 vectors to register class definit...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jan 2 03:43:13 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1764a7842aca1642dfc9942612059bdab440e51
      https://github.com/llvm/llvm-project/commit/c1764a7842aca1642dfc9942612059bdab440e51
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-01-02 (Tue, 02 Jan 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td

  Log Message:
  -----------
  AMDGPU: Add bf16 vectors to register class definitions (#76214)

Assorted intrinsics are currently using i16 in place of a proper
bfloat type, but they should really switch to bfloat.
    
Note this only changes the type lists in tablegen, these are still
not registered to be truly treated as a legal type yet.

Depends #76213




More information about the All-commits mailing list