[all-commits] [llvm/llvm-project] 5cc6df: [mlir][FuncToLLVM][NFC] Refactor convertFuncOpToLL...
zackc6 via All-commits
all-commits at lists.llvm.org
Wed Apr 15 05:40:48 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cc6df520eef0ca9ab329a2eb6f14cf0c3717b22
https://github.com/llvm/llvm-project/commit/5cc6df520eef0ca9ab329a2eb6f14cf0c3717b22
Author: zackc6 <112835067+zackc6 at users.noreply.github.com>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M mlir/lib/Conversion/FuncToLLVM/FuncToLLVM.cpp
Log Message:
-----------
[mlir][FuncToLLVM][NFC] Refactor convertFuncOpToLLVMFuncOp into helpers (#192218)
Split convertFuncOpToLLVMFuncOp into focused helper functions for
signature conversion, llvm.func creation, attribute propagation, and
C-wrapper handling.
This reduces nesting and improves readability while preserving existing
lowering behavior.
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