[all-commits] [llvm/llvm-project] 37c750: [mlir:LLVM] Fix minor bug, missing cconv translation
Hendrik Greving via All-commits
all-commits at lists.llvm.org
Mon Jan 16 12:19:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37c750a5fd13ebecf143a7c918aa981fc4ce3e3d
https://github.com/llvm/llvm-project/commit/37c750a5fd13ebecf143a7c918aa981fc4ce3e3d
Author: Hendrik Greving <hgreving at google.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/func.mlir
Log Message:
-----------
[mlir:LLVM] Fix minor bug, missing cconv translation
Fixes translating the calling convention to LLVM-IR, possibly missed
by https://reviews.llvm.org/D126161, and adds a test.
More information about the All-commits
mailing list