[PATCH] D156889: [mlir][cf] Add ControlFlow to SCF lifting pass
Markus Böck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 13 12:48:35 PDT 2023
zero9178 added a comment.
In D156889#4582925 <https://reviews.llvm.org/D156889#4582925>, @Hardcode84 wrote:
> Ok, after lowering IndexSwitch to sequence of scf.if's all tests have passed. I guess, we are dropping our custom CFGToSCF and switching to upstream :)
>
> Thanks for this work.
Super happy to hear that, and thank you for the original implementation!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156889/new/
https://reviews.llvm.org/D156889
More information about the llvm-commits
mailing list