[Mlir-commits] [mlir] [mlir][spirv] Implement vector type legalization in function signatures (PR #98337)

Angel Zhang llvmlistbot at llvm.org
Wed Jul 10 11:04:58 PDT 2024


================
@@ -37,20 +37,53 @@ using namespace mlir;
 namespace {
 
 /// A pass to perform the SPIR-V conversion.
-struct ConvertToSPIRVPass final
-    : impl::ConvertToSPIRVPassBase<ConvertToSPIRVPass> {
+class ConvertToSPIRVPass
+    : public impl::ConvertToSPIRVPassBase<ConvertToSPIRVPass> {
----------------
angelz913 wrote:

I got some compile errors after introducing the new command-line option so I copied it from other passes, but I can change it back.

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


More information about the Mlir-commits mailing list