[Mlir-commits] [mlir] [mlir][vector] Group tests for re-order patterns (PR #102856)
Benjamin Maxwell
llvmlistbot at llvm.org
Mon Aug 12 02:24:54 PDT 2024
================
@@ -385,16 +385,17 @@ struct TestSinkVectorBroadcast
registry.insert<memref::MemRefDialect, affine::AffineDialect>();
}
- StringRef getArgument() const final { return "test-sink-vector-broadcast"; }
+ StringRef getArgument() const final { return "test-vector-reorder-patterns"; }
----------------
MacDue wrote:
You've renamed the argument but the class is still `TestSinkVectorBroadcast`.
https://github.com/llvm/llvm-project/pull/102856
More information about the Mlir-commits
mailing list