[all-commits] [llvm/llvm-project] 4897ef: [AMDGPU] Add TransVALU to gfx10

Sebastian Neubauer via All-commits all-commits at lists.llvm.org
Tue Apr 20 06:35:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4897effb14158051bc07a88cb7e84f3b25d5980c
      https://github.com/llvm/llvm-project/commit/4897effb14158051bc07a88cb7e84f3b25d5980c
  Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/test/tools/llvm-mca/AMDGPU/gfx10-add-sequence.s
    M llvm/test/tools/llvm-mca/AMDGPU/gfx10-double.s
    A llvm/test/tools/llvm-mca/AMDGPU/gfx10-trans.s

  Log Message:
  -----------
  [AMDGPU] Add TransVALU to gfx10

Instructions on the transcendental unit are executed in parallel to the
normal VALU, so add this as an extra resource.

This doesn't seem to have any effect, but it should be more correct.

Differential Revision: https://reviews.llvm.org/D100123




More information about the All-commits mailing list