[all-commits] [llvm/llvm-project] a94d2b: [MLIR][LLVM] Add debug output to the LLVM inliner.
Johannes de Fine Licht via All-commits
all-commits at lists.llvm.org
Fri Mar 24 01:35:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a94d2bd5b564dafd6f4239444fc52f4dead0b990
https://github.com/llvm/llvm-project/commit/a94d2bd5b564dafd6f4239444fc52f4dead0b990
Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[MLIR][LLVM] Add debug output to the LLVM inliner.
This revealed a test case that wasn't hitting the intended branch
because the inlinees had no function definition.
Depends on D146628
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D146633
More information about the All-commits
mailing list