[all-commits] [llvm/llvm-project] d98e44: [AMDGPU][DAGISel] Be more flexible about what call...
Diana via All-commits
all-commits at lists.llvm.org
Tue Jun 27 00:49:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d98e44b34364f3e039c766adec470c5be517f1b4
https://github.com/llvm/llvm-project/commit/d98e44b34364f3e039c766adec470c5be517f1b4
Author: Diana Picus <Diana-Magda.Picus at amd.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
A llvm/test/CodeGen/AMDGPU/call-c-function.ll
M llvm/test/CodeGen/AMDGPU/unsupported-calls.ll
Log Message:
-----------
[AMDGPU][DAGISel] Be more flexible about what calls are allowed
Remove DAGISel checks on calling conventions. GlobalISel doesn't have
these checks either and we prefer it that way (see D152794).
Add a simple test like the one introduced in D117479 for GlobalISel.
Differential Revision: https://reviews.llvm.org/D153535
More information about the All-commits
mailing list