Resuming any mir test for a pixel shader would assert in the AsmPrinter.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, but one question about the diff preparation.
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
---|---|---|
282 | I don't understand this part of the diff, since this is how the header is already defined. |
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
---|---|---|
282 | You’re probably confusing the actual MFI definition and the yaml mirror, which is what this is |
Comment Actions
LGTM
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
---|---|---|
282 | Correct, I had not appreciated there were two definitions with the same name in different namespaces. |
I don't understand this part of the diff, since this is how the header is already defined.