[all-commits] [llvm/llvm-project] 534034: [mlir][llvm] Import call site calling conventions ...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Jan 2 05:27:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 534034737a652a7f59ede2ac3553bff4ad97594f
https://github.com/llvm/llvm-project/commit/534034737a652a7f59ede2ac3553bff4ad97594f
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/test/Dialect/LLVMIR/func.mlir
A mlir/test/Target/LLVMIR/Import/calling-convention.ll
Log Message:
-----------
[mlir][llvm] Import call site calling conventions (#76391)
This revision adds support for importing call site calling conventions.
Additionally, the revision also adds a roundtrip test for an indirect
call with a non-standard calling convention.
More information about the All-commits
mailing list