[all-commits] [llvm/llvm-project] 54d6df: [AMDGPU] Drop 16 bit subreg suffixes on print
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Wed May 6 08:14:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54d6dfe9968da7144280130b368d386e6e24f881
https://github.com/llvm/llvm-project/commit/54d6dfe9968da7144280130b368d386e6e24f881
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/test/CodeGen/AMDGPU/lo16-hi16-illegal-copy.mir
Log Message:
-----------
[AMDGPU] Drop 16 bit subreg suffixes on print
We do not want to break asm syntax. These suffixes are
quite useful for debugging, so add an option to print
them. Right now it is NFC.
Differential Revision: https://reviews.llvm.org/D79435
More information about the All-commits
mailing list