[all-commits] [llvm/llvm-project] 68f163: [AMDGPU] Print DWARF register numbers in AMDGPUIns...
Scott Linder via All-commits
all-commits at lists.llvm.org
Tue Mar 17 16:43:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68f163df0ec59082688edd526fe6b30bac95e03e
https://github.com/llvm/llvm-project/commit/68f163df0ec59082688edd526fe6b30bac95e03e
Author: Scott Linder <Scott.Linder at amd.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
M llvm/test/DebugInfo/AMDGPU/print-reg-name.s
R llvm/test/DebugInfo/AMDGPU/register-mapping.s
Log Message:
-----------
[AMDGPU] Print DWARF register numbers in AMDGPUInstPrinter
Summary:
Explanation is in a comment in the diff, but essentially printing a
physical register name here is ambiguous. Until we can implement
printing a DWARF register name here just use the encoding directly.
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76253
More information about the All-commits
mailing list