AMDGPU: Avoid report_fatal_error for reporting libcalls (#145134)
This commit is contained in:
parent
ee5dcdc275
commit
584a2c2e7c
@ -3805,7 +3805,7 @@ SDValue SITargetLowering::LowerCall(CallLoweringInfo &CLI,
|
||||
}
|
||||
|
||||
if (!CLI.CB)
|
||||
report_fatal_error("unsupported libcall legalization");
|
||||
return lowerUnhandledCall(CLI, InVals, "unsupported libcall legalization");
|
||||
|
||||
if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) {
|
||||
return lowerUnhandledCall(CLI, InVals,
|
||||
|
Loading…
x
Reference in New Issue
Block a user