[all-commits] [llvm/llvm-project] 6479e9: [AMDGPU] Fix UB in tests due to mismatched calling...
Manuel Carrasco via All-commits
all-commits at lists.llvm.org
Tue May 6 09:31:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6479e9bad371f19a36ed15c236defc301efc180f
https://github.com/llvm/llvm-project/commit/6479e9bad371f19a36ed15c236defc301efc180f
Author: Manuel Carrasco <macarras at amd.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-return-values.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-sibling-call.ll
M llvm/test/CodeGen/AMDGPU/calling-conventions.ll
M llvm/test/CodeGen/AMDGPU/gfx-callable-preserved-registers.ll
M llvm/test/CodeGen/AMDGPU/required-export-priority.ll
M llvm/test/CodeGen/AMDGPU/sibling-call.ll
M llvm/test/CodeGen/AMDGPU/vgpr_constant_to_sgpr.ll
Log Message:
-----------
[AMDGPU] Fix UB in tests due to mismatched calling conventions (#137957)
Fixes UB in tests due to mismatched CC (definition and callsite).
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