[PATCH] D145315: AMDGPU: Fix missing MIR serialization for PSInputAddr/PSInputEnable
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 17:14:36 PDT 2023
critson added a comment.
LGTM, but one question about the diff preparation.
================
Comment at: llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h:282
+ unsigned PSInputEnable = 0;
+
SIMode Mode;
----------------
I don't understand this part of the diff, since this is how the header is already defined.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145315/new/
https://reviews.llvm.org/D145315
More information about the llvm-commits
mailing list