Unverified Commit 65066c02 authored by Hugo Trachino's avatar Hugo Trachino Committed by GitHub
Browse files

[mlir] Use `create` instead of `createOrFold` for ConstantOp as folding has no...

[mlir] Use `create` instead of `createOrFold` for ConstantOp as folding has no effect (NFC) (#80129)

This aims to clean-up confusing uses of
builder.createOrFold<ConstantOp> since folding of constants fails.
parent 54f324f3
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