[Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: Simplify handling of dropped arguments (PR #97213)
Matthias Springer
llvmlistbot at llvm.org
Thu Jul 25 09:59:16 PDT 2024
================
----------------
matthias-springer wrote:
and create the builder with the context:
// Create an unresolved materialization. We use a new OpBuilder to avoid
// tracking the materialization like we do for other operations.
OpBuilder builder(insertBlock, insertPt);
https://github.com/llvm/llvm-project/pull/97213
More information about the Mlir-commits
mailing list