We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891ba84 commit 61161b8Copy full SHA for 61161b8
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
@@ -2937,7 +2937,8 @@ SDValue SITargetLowering::LowerFormalArguments(
2937
2938
for (unsigned i = 0, e = Ins.size(), ArgIdx = 0; i != e; ++i) {
2939
const ISD::InputArg &Arg = Ins[i];
2940
- if ((Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) || IsUnsupportedHsa) {
+ if ((Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) ||
2941
+ IsUnsupportedHsa) {
2942
InVals.push_back(DAG.getUNDEF(Arg.VT));
2943
continue;
2944
}
0 commit comments