[all-commits] [llvm/llvm-project] 84fe86: [AMDGPU] Test MAD formation on GFX11

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Nov 18 04:03:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84fe863a1cf26d67d189df5fcd54b352ef7801a2
      https://github.com/llvm/llvm-project/commit/84fe863a1cf26d67d189df5fcd54b352ef7801a2
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/madak.ll

  Log Message:
  -----------
  [AMDGPU] Test MAD formation on GFX11

GFX11 has no MAD instructions, only FMA, so this is just testing that we
generate separate MUL and ADD.




More information about the All-commits mailing list