[all-commits] [llvm/llvm-project] c62f20: [AMDGPU] Don't suppress printing the .l and .h reg...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Fri Sep 22 03:13:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c62f208c055939510849932fb87d03db05c3fef8
https://github.com/llvm/llvm-project/commit/c62f208c055939510849932fb87d03db05c3fef8
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/test/CodeGen/AMDGPU/lo16-hi16-illegal-copy.mir
Log Message:
-----------
[AMDGPU] Don't suppress printing the .l and .h register suffixes.
We don't seem to have a use for the -amdgpu-keep-16-bit-reg-suffixes
option anymore. Was introduced in <https://reviews.llvm.org/D79435>.
Reviewed By: Joe_Nash, foad
Differential Revision: https://reviews.llvm.org/D156102
More information about the All-commits
mailing list