[PATCH] D156889: [mlir][cf] Add ControlFlow to SCF lifting pass
Ivan Butygin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 12 16:12:32 PDT 2023
Hardcode84 added a comment.
I run this pass on our python testsuite and results looking good
46 failed, 10950 passed, 3466 skipped, 445 xfailed, 46 warnings in 252.77s (0:04:12)
Look like most of the failures come from `scf.execute_region`, but I didn't looked in detail yet.
Example of failing IR https://gist.github.com/Hardcode84/8e55de4009e190af59cd2e7c25ebdbfa
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