llvm-project/mlir/lib/Dialect/Async
Mehdi Amini 79f736c150 Switch generatedTypeParser/generatedAttributeParser to return an OptionalParseResult
This allows the caller to distinguish between a parse error or an
unmatched keyword. It fixes the redundant error that was emitted by the
caller when the generated parser would fail.

Differential Revision: https://reviews.llvm.org/D98162
2021-03-09 19:43:45 +00:00
..
IR Switch generatedTypeParser/generatedAttributeParser to return an OptionalParseResult 2021-03-09 19:43:45 +00:00
Transforms [mlir] Async: add a separate pass to lower from async to async.coro and async.runtime 2021-01-26 03:33:20 -08:00
CMakeLists.txt [mlir] Transform scf.parallel to scf.for + async.execute 2020-11-13 04:02:56 -08:00