Unverified Commit 0ab6b20c authored by Billy Zhu's avatar Billy Zhu Committed by GitHub
Browse files

[MLIR] Add DIExpression to LLVM dialect (#72462)

Add initial support for DIExpression in LLVM dialect.

Similar to LLVM IR, DI Expression is encoded as a list of uint64. The
difference is that LLVM IR has helpers for understanding the expression
(e.g. for verification and pretty printing), whereas the current support
added by this PR treats the expression elements as opaque.
parent 927f6f18
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