[PATCH] D156102: [AMDGPU] Don't suppress printing the .l and .h register suffixes.
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 13:40:41 PDT 2023
Joe_Nash added a comment.
I believe those register classes which would print .l or .h on those targets pre-GFX11 are not used in any instruction actually selected by ISel. But if there was, this would change the default assembly printing for them. Can you verify that there are none? It is a similar question to the one raised here https://reviews.llvm.org/D156105#4540254
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156102/new/
https://reviews.llvm.org/D156102
More information about the llvm-commits
mailing list