[all-commits] [llvm/llvm-project] 8a13d5: [MLIR][LLVM] Add inlining support for loop annotat...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed Jun 5 02:21:16 PDT 2024
Branch: refs/heads/users/dinistro/handle-loop-annotation-in-inliner
Home: https://github.com/llvm/llvm-project
Commit: 8a13d5fa14b0448f1ca636570818f8a86e03e68d
https://github.com/llvm/llvm-project/commit/8a13d5fa14b0448f1ca636570818f8a86e03e68d
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2024-06-05 (Wed, 05 Jun 2024)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
A mlir/test/Dialect/LLVMIR/inlining-loop-annotation.mlir
Log Message:
-----------
[MLIR][LLVM] Add inlining support for loop annotations
This commit extends the LLVM dialect's inliner interface support
updating loop annotation attributes. This is necessary because the loop
annotations can contain debug locations, which are verified by LLVM's
verifier. LLVM requires these locations to have the same scope as the
function this attribute is contained in.
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