[all-commits] [llvm/llvm-project] a075e7: AMDGPU: Fix incorrectly selecting fp8/bf8 conversi...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Oct 9 10:39:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a075e785b8f4e2323ce89b742185386314909f21
      https://github.com/llvm/llvm-project/commit/a075e785b8f4e2323ce89b742185386314909f21
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-10-09 (Wed, 09 Oct 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/GCNSubtarget.h
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.f32.fp8.err.ll

  Log Message:
  -----------
  AMDGPU: Fix incorrectly selecting fp8/bf8 conversion intrinsics (#107291)

Trying to codegen these on targets without the instructions should
fail to select. Not sure if all the predicates are correct. We had
a fake one disconnected to a feature which was always true.

Fixes: SWDEV-482274



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