mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
The pattern is returning success even if it does no work leading to pattern application running up to the max iteration count and failing. Reviewed By: nicolasvasilache, mravishankar Differential Revision: https://reviews.llvm.org/D109791