[Mlir-commits] [mlir] [mlir] Refactor ConvertVectorToLLVMPass options (PR #128219)

Artemiy Bulavin llvmlistbot at llvm.org
Fri Feb 28 11:20:25 PST 2025


================
@@ -10,7 +10,7 @@
 #define MLIR_CONVERSION_PASSES
 
 include "mlir/Pass/PassBase.td"
-
+include "mlir/Dialect/Vector/Transforms/VectorTransformsBase.td"
----------------
abulavin wrote:

Yeah, it looks unused but it's actually required for this file. You can see some enums from this file are referenced in the description of the options for the `ConvertVectorToLLVMPass`, to not duplicate the option descriptions. I removed it the first time by mistake.

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


More information about the Mlir-commits mailing list