Files
clang-p2996/mlir/test/lib/Transforms/TestConstantFold.cpp
Mehdi Amini 794f74e257 Fix MLIR test pass crash
The pass tried to fold in reverse-post-order, but it cause an issue
when a parent is folded before the chilren as they will still be
present in the worklist.
Use reverse-preorder instead here.

Fixes #64089
2023-07-24 19:54:56 -07:00

2.6 KiB