Async execute operation can take async arguments as dependencies.
Change async.execute custom parser/printer format to use %value as %unwrapped: !async.value<!type> sytax.
Differential D88601
[MLIR] Add async token/value arguments to async.execute op ezhulenev on Sep 30 2020, 11:37 AM. Authored by
Details Async execute operation can take async arguments as dependencies. Change async.execute custom parser/printer format to use %value as %unwrapped: !async.value<!type> sytax.
Diff Detail
Event Timeline
Comment Actions Handle parser.resolveOperands failure in async.execute op parsing
Comment Actions Update async.execute op syntax
Comment Actions Don't forget to check ParseResult and fix indentation.
|
Mega-nit: I think this indentation is off