[all-commits] [llvm/llvm-project] fc7e3e: [AMDGPU] Set SchedRW on real instructions
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Mar 23 08:49:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc7e3e7dd9081a0f55c757ca784c525ccbfa230c
https://github.com/llvm/llvm-project/commit/fc7e3e7dd9081a0f55c757ca784c525ccbfa230c
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/DSInstructions.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/SMInstructions.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
A llvm/test/tools/llvm-mca/AMDGPU/gfx10-double.s
Log Message:
-----------
[AMDGPU] Set SchedRW on real instructions
Coyp SchedRW from pseudos to real instructions so that llvm-mca has
access to it. This is NFC for normal compiler codegen, which schedules
pseudos not real instructions.
Add an llvm-mca test for some high latency double-precision instructions
as a smoke test.
Differential Revision: https://reviews.llvm.org/D99187
More information about the All-commits
mailing list