Previously, ExecuteRegionOps with multiple return values would fail a round-trip test due to missing parenthesis around the types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D108402
[MLIR][SCF] Parenthesize multiple return types in scf.execute_region asm op mortbopet on Aug 19 2021, 12:39 PM. Authored by
Details Previously, ExecuteRegionOps with multiple return values would fail a round-trip test due to missing parenthesis around the types.
Diff Detail
|
^ That should do the same.