aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/region.mlir
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-9/+9
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-2/+2
2022-01-19[mlir] Don't print `// no predecessors` on entry blocksRiver Riddle1-1/+1
2022-01-18[mlir] Drop the leading space when printing regionsMogball1-1/+1
2021-05-28[mlir] Don't elide the last op if there is no terminatorLei Zhang1-0/+6
2021-03-26[mlir][ODS] Fix `VariadicRegion` code generation for `NoTerminator` OpsVladislav Vinogradov1-0/+20
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini1-0/+8
2020-04-05[mlir][ODS] Add support for variadic regions.River Riddle1-2/+2
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2019-06-24Split test-specific passes out of mlir-optNicolas Vasilache1-1/+1
2019-06-19Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble1-1/+1
2019-06-01 [ODS] Support region names and constraintsLei Zhang1-1/+44
2019-06-01 [ODS] Support numRegions in Op definitionLei Zhang1-0/+32