[llvm] AMDGPU: Avoid report_fatal_error for reporting libcalls (PR #145134)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 22 07:10:19 PDT 2025


arsenm wrote:

> but if that should really not happen, existing `report_fatal_error` might be good?

report_fatal_error is never good. Also it's highly likely to appear with the legalizer's bias towards libcalls by default 

https://github.com/llvm/llvm-project/pull/145134


More information about the llvm-commits mailing list