================
@@ -1027,6 +1053,50 @@
SparcTargetLowering::LowerCall_32(TargetLowering::CallLoweringInfo &CLI,
assert(VA.isMemLoc());
+ if (VA.getLocInfo() == CCValAssign::Indirect) {
----------------
s-barannikov wrote:
I guess you need to handle `CCValAssign::Indirect` in `VA.isRegLoc()` case as
well (here and in LowerFormalArguments).
https://github.com/llvm/llvm-project/pull/162226
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits