Commit 8a13d5fa authored by Christian Ulmann's avatar Christian Ulmann
Browse files

[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.
parent 1cf75cc7
Pipeline #3220 failed with stages
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment