This is an archive of the discontinued LLVM Phabricator instance.

[mlir:PDL] Fix assembly format for pdl.apply_native_rewrite
ClosedPublic

Authored by rriddle on Nov 30 2021, 1:02 PM.

Details

Summary

The results of a rewrite are optional, but we currently require
them to be present in the assembly format. This commit
makes the results component in the format optional.

Diff Detail