[Mlir-commits] [mlir] d6a5c31 - Removed declared but non-existent createMaterializeVectorsPass() (NFC)

Mehdi Amini llvmlistbot at llvm.org
Tue Feb 11 18:06:18 PST 2020


Author: Mehdi Amini
Date: 2020-02-12T02:06:03Z
New Revision: d6a5c31c0f739cd401702b898e3da3986466dffa

URL: https://github.com/llvm/llvm-project/commit/d6a5c31c0f739cd401702b898e3da3986466dffa
DIFF: https://github.com/llvm/llvm-project/commit/d6a5c31c0f739cd401702b898e3da3986466dffa.diff

LOG: Removed declared but non-existent createMaterializeVectorsPass() (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Transforms/Passes.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Transforms/Passes.h b/mlir/include/mlir/Transforms/Passes.h
index 673f3db468d3..133b716e4c59 100644
--- a/mlir/include/mlir/Transforms/Passes.h
+++ b/mlir/include/mlir/Transforms/Passes.h
@@ -41,10 +41,6 @@ createVectorizePass(ArrayRef<int64_t> virtualVectorSize);
 /// FileCheck.
 std::unique_ptr<OpPassBase<FuncOp>> createVectorizerTestPass();
 
-/// Creates a pass to lower super-vectors to target-dependent HW vectors.
-std::unique_ptr<OpPassBase<FuncOp>>
-createMaterializeVectorsPass(ArrayRef<int64_t> vectorSize);
-
 /// Creates a loop unrolling pass with the provided parameters.
 /// 'getUnrollFactor' is a function callback for clients to supply a function
 /// that computes an unroll factor - the callback takes precedence over unroll


        


More information about the Mlir-commits mailing list