[all-commits] [llvm/llvm-project] a1ceac: AMDGPU: Precommit wmma tests for D139646
petar-avramovic via All-commits
all-commits at lists.llvm.org
Fri Dec 9 08:58:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1ceacd050178908e02d2fb77fdf0c4de43159d0
https://github.com/llvm/llvm-project/commit/a1ceacd050178908e02d2fb77fdf0c4de43159d0
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
Log Message:
-----------
AMDGPU: Precommit wmma tests for D139646
Commit: cc6b10d1ee915e47b3beb68384c6a60b6453ddc7
https://github.com/llvm/llvm-project/commit/cc6b10d1ee915e47b3beb68384c6a60b6453ddc7
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
Log Message:
-----------
AMDGPU: Check if operand RC contains register used when printing
Disassembler can successfully decode sgpr register when only vgpr
registers are valid for the operand (e.g. VReg_* and VISrc_* operands).
In InstPrinter, detect when operand register class does not contain
register that is being printed. Does not result in an error.
Intended use is for disassembler tests.
Differential Revision: https://reviews.llvm.org/D139646
Compare: https://github.com/llvm/llvm-project/compare/0da215dc23d1...cc6b10d1ee91
More information about the All-commits
mailing list