[Mlir-commits] [mlir] [MLIR][SCF] Define `-scf-rotate-while` pass (PR #99850)

Mehdi Amini llvmlistbot at llvm.org
Fri Jul 26 16:20:00 PDT 2024


joker-eph wrote:

> > Why should this pass be anywhere else than inside the Transform directory?
> 
> My new pass isn't a test pass and it's located under `Dialect/SCF/Transforms`.

Sorry I meant to ask "Why should this pass be anywhere else than inside the Test directory?"

Basically: unless there is a strong rationale and motivation that I miss here, I'd like to see the existing test pass used and extended instead of creating a new one here.

https://github.com/llvm/llvm-project/pull/99850


More information about the Mlir-commits mailing list