[all-commits] [llvm/llvm-project] 04ba8f: [NFC][AMDGPU] Guard FP8 related instructions properly

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Nov 6 13:08:32 PST 2024


  Branch: refs/heads/users/shiltian/fp8-insts
  Home:   https://github.com/llvm/llvm-project
  Commit: 04ba8ff7a056437e7d1d3ec336bc942b999f67ce
      https://github.com/llvm/llvm-project/commit/04ba8ff7a056437e7d1d3ec336bc942b999f67ce
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

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

  Log Message:
  -----------
  [NFC][AMDGPU] Guard FP8 related instructions properly

Currently `fp8-insts` is used in the front end to guard builtins, but the
corresponding feature is never used in tablegen files to guard those
instructions. Intead, it uses `isGFX940Plus`. The gfx9-4-generic target doesn't
support those instructions, thus we need to update the guard properly.



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