[all-commits] [llvm/llvm-project] fb2fa2: [AMDGPU] Remove calling conv check on entry functi...
jofrn via All-commits
all-commits at lists.llvm.org
Mon Nov 10 13:28:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb2fa21bd64a8c21d73438d7ea93dd6f15d15112
https://github.com/llvm/llvm-project/commit/fb2fa21bd64a8c21d73438d7ea93dd6f15d15112
Author: jofrn <jofernau at amd.com>
Date: 2025-11-10 (Mon, 10 Nov 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp
A llvm/test/CodeGen/AMDGPU/cc-entry.ll
Log Message:
-----------
[AMDGPU] Remove calling conv check on entry function (#162080)
It is undefined behavior to call a function with a mismatched calling
convention. Rather than crash on this behavior, it should compile.
This LLVM defect was identified via the AMD Fuzzing project.
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