[all-commits] [llvm/llvm-project] 6ca735: AMDGPU: Use reportFatalUsageError for unhandled ca...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Jun 22 21:55:07 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/avoid-report-fatal-error-invalid-calling-conv
Home: https://github.com/llvm/llvm-project
Commit: 6ca7358d764551542e52d9b97b5c1c1436121480
https://github.com/llvm/llvm-project/commit/6ca7358d764551542e52d9b97b5c1c1436121480
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
A llvm/test/CodeGen/AMDGPU/unsupported-calling-conv-call.ll
A llvm/test/CodeGen/AMDGPU/unsupported-calling-conv-func.ll
Log Message:
-----------
AMDGPU: Use reportFatalUsageError for unhandled calling conventions
Should switch this to DiagnosticInfo and use the default calling
convention, but that would require passing in the context.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list