[PATCH] D139646: AMDGPU: Check if operand RC contains register used when printing

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 07:35:39 PST 2022


dp accepted this revision.
dp added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.



================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h:1129
 
+bool isInlineValue(unsigned Reg);
+
----------------
Should be tagged LLVM_READNONE.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139646/new/

https://reviews.llvm.org/D139646



More information about the llvm-commits mailing list