summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/ControlFlow
AgeCommit message (Expand)Author
2025-09-29[MLIR][CF] Avoid collapsing blocks which participate in cycles (#160783)benwu25
2025-07-14[MLIR][Interfaces] Remove negative branch weight verifier (#148234)Christian Ulmann
2025-06-19[mlir][cf] Preserve branch weights during cf.cond_br canonicalization. (#144822)Slava Zakharin
2025-06-17[mlir][flang] Added Weighted[Region]BranchOpInterface's. (#142079)Slava Zakharin
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-04-04[MLIR][CF] Fix cf.switch parsing with result numbers (#87658)Keyi Zhang
2023-09-18[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart
2023-09-13Revert "[mlir][bufferization] Remove allow-return-allocs and create-deallocs ...Martin Erhart
2023-09-13[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart
2023-08-31[mlir][bufferization] Support unstructured control flowMatthias Springer
2023-01-04[mlir] Add `test-convergence` option to Canonicalizer testsMatthias Springer
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-05-10[MLIR Parser] Improve QoI for "expected token" errorsChris Lattner
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Bufferizati...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle