[Mlir-commits] [mlir] [mlir][vector] Adding support for volatile flags in vector loads (PR #179794)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Feb 4 20:59:16 PST 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

The build failed before running any tests. Click on a failure below to see the details.

<details>
<summary>[code=1] tools/mlir/lib/Dialect/Vector/Transforms/CMakeFiles/obj.MLIRVectorTransforms.dir/LowerVectorGather.cpp.obj</summary>

```
FAILED: [code=1] tools/mlir/lib/Dialect/Vector/Transforms/CMakeFiles/obj.MLIRVectorTransforms.dir/LowerVectorGather.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe  /nologo -TP -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools\mlir\lib\Dialect\Vector\Transforms -IC:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms -Itools\mlir\include -IC:\_work\llvm-project\llvm-project\mlir\include -Iinclude -IC:\_work\llvm-project\llvm-project\llvm\include /DWIN32 /D_WINDOWS   /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4  -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wundef -Werror=mismatched-tags -Werror=global-constructors /O2 /Ob2  -MD -UNDEBUG /EHs-c- /GR- -std:c++17 /showIncludes /Fotools\mlir\lib\Dialect\Vector\Transforms\CMakeFiles\obj.MLIRVectorTransforms.dir\LowerVectorGather.cpp.obj /Fdtools\mlir\lib\Dialect\Vector\Transforms\CMakeFiles\obj.MLIRVectorTransforms.dir\ -c -- C:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms\LowerVectorGather.cpp
C:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms\LowerVectorGather.cpp(222,15): error: no matching function for call to 'create'
222 |               vector::LoadOp::create(b, loc, elemVecTy, base, baseOffsets,
|               ^~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6038,17): note: candidate function not viable: no known conversion from 'BoolAttr' to 'bool' for 6th argument
6038 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, VectorType resultType, Value base, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^                                                                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6039,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
6039 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, VectorType resultType, Value base, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6041,17): note: candidate function not viable: no known conversion from 'BoolAttr' to 'bool' for 6th argument
6041 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, TypeRange resultTypes, Value base, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^                                                                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6042,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
6042 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, TypeRange resultTypes, Value base, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6045,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
6045 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Type result, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6048,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
6048 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6051,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
6051 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Type result, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6054,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
6054 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6059,17): note: candidate function not viable: requires at most 6 arguments, but 7 were provided
6059 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6044,17): note: candidate function not viable: requires 8 arguments, but 7 were provided
6044 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Type result, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6047,17): note: candidate function not viable: requires 8 arguments, but 7 were provided
6047 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6050,17): note: candidate function not viable: requires 8 arguments, but 7 were provided
6050 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Type result, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6053,17): note: candidate function not viable: requires 8 arguments, but 7 were provided
6053 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::Value base, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6056,17): note: candidate function not viable: requires at most 5 arguments, but 7 were provided
6056 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6060,17): note: candidate function not viable: requires at most 5 arguments, but 7 were provided
6060 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/Vector/IR/VectorOps.h.inc(6057,17): note: candidate function not viable: requires at most 4 arguments, but 7 were provided
6057 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>[code=1] tools/mlir/lib/Dialect/Vector/Transforms/CMakeFiles/obj.MLIRVectorTransforms.dir/VectorEmulateMaskedLoadStore.cpp.obj</summary>

```
FAILED: [code=1] tools/mlir/lib/Dialect/Vector/Transforms/CMakeFiles/obj.MLIRVectorTransforms.dir/VectorEmulateMaskedLoadStore.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe  /nologo -TP -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools\mlir\lib\Dialect\Vector\Transforms -IC:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms -Itools\mlir\include -IC:\_work\llvm-project\llvm-project\mlir\include -Iinclude -IC:\_work\llvm-project\llvm-project\llvm\include /DWIN32 /D_WINDOWS   /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4  -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wundef -Werror=mismatched-tags -Werror=global-constructors /O2 /Ob2  -MD -UNDEBUG /EHs-c- /GR- -std:c++17 /showIncludes /Fotools\mlir\lib\Dialect\Vector\Transforms\CMakeFiles\obj.MLIRVectorTransforms.dir\VectorEmulateMaskedLoadStore.cpp.obj /Fdtools\mlir\lib\Dialect\Vector\Transforms\CMakeFiles\obj.MLIRVectorTransforms.dir\ -c -- C:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms\VectorEmulateMaskedLoadStore.cpp
C:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms\VectorEmulateMaskedLoadStore.cpp(76,32): error: no matching function for call to 'create'
76 |             auto loadedValue = memref::LoadOp::create(
|                                ^~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2664,17): note: candidate function not viable: no known conversion from 'llvm::MaybeAlign' to 'bool' for 6th argument
2664 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^                                                                                                                         ~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2665,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
2665 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2667,17): note: candidate function not viable: no known conversion from 'Value' to 'Type' for 3rd argument
2667 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, Type resultType, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^                                                             ~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2668,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
2668 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, Type resultType, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2670,17): note: candidate function not viable: no known conversion from 'Value' to 'TypeRange' for 3rd argument
2670 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, TypeRange resultTypes, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^                                                             ~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2671,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
2671 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, TypeRange resultTypes, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2677,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
2677 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2686,17): note: candidate function not viable: cannot bind base class object of type 'OpBuilder' to derived class reference '::mlir::ImplicitLocOpBuilder &' for 1st argument
2686 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2697,17): note: candidate function not viable: no known conversion from 'Value' to '::mlir::TypeRange' for 3rd argument
2697 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                 ^                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2691,17): note: candidate function not viable: requires at most 5 arguments, but 6 were provided
2691 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2698,17): note: candidate function not viable: requires at most 5 arguments, but 6 were provided
2698 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2700,17): note: candidate function not viable: requires at most 5 arguments, but 6 were provided
2700 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2674,17): note: candidate function not viable: requires 7 arguments, but 6 were provided
2674 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Type result, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2676,17): note: candidate function not viable: requires 7 arguments, but 6 were provided
2676 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2680,17): note: candidate function not viable: requires 7 arguments, but 6 were provided
2680 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2683,17): note: candidate function not viable: requires 7 arguments, but 6 were provided
2683 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Type result, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2685,17): note: candidate function not viable: requires 7 arguments, but 6 were provided
2685 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2689,17): note: candidate function not viable: requires 7 arguments, but 6 were provided
2689 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2692,17): note: candidate function not viable: requires at most 4 arguments, but 6 were provided
2692 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2694,17): note: candidate function not viable: requires at most 4 arguments, but 6 were provided
2694 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2701,17): note: candidate function not viable: requires at most 4 arguments, but 6 were provided
2701 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2673,17): note: candidate function not viable: requires 8 arguments, but 6 were provided
2673 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Type result, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2679,17): note: candidate function not viable: requires 8 arguments, but 6 were provided
2679 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2682,17): note: candidate function not viable: requires 8 arguments, but 6 were provided
2682 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Type result, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2688,17): note: candidate function not viable: requires 8 arguments, but 6 were provided
2688 |   static LoadOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(2695,17): note: candidate function not viable: requires at most 3 arguments, but 6 were provided
2695 |   static LoadOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                 ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\mlir\lib\Dialect\Vector\Transforms\VectorEmulateMaskedLoadStore.cpp(146,7): error: no matching function for call to 'create'
146 |       memref::StoreOp::create(
|       ^~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8062,18): note: candidate function not viable: no known conversion from 'llvm::MaybeAlign' to 'bool' for 7th argument
8062 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, Value valueToStore, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                  ^                                                                                                                                             ~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8063,18): note: candidate function not viable: no known conversion from 'PatternRewriter' to '::mlir::ImplicitLocOpBuilder &' for 1st argument
8063 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, Value valueToStore, Value memref, ValueRange indices, bool nontemporal = false, bool volatile_ = false, llvm::MaybeAlign alignment = llvm::MaybeAlign());
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8069,18): note: candidate function not viable: no known conversion from 'PatternRewriter' to '::mlir::ImplicitLocOpBuilder &' for 1st argument
8069 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8075,18): note: candidate function not viable: no known conversion from 'PatternRewriter' to '::mlir::ImplicitLocOpBuilder &' for 1st argument
8075 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8083,18): note: candidate function not viable: requires at most 6 arguments, but 7 were provided
8083 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8068,18): note: candidate function not viable: requires 8 arguments, but 7 were provided
8068 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8072,18): note: candidate function not viable: requires 8 arguments, but 7 were provided
8072 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8074,18): note: candidate function not viable: requires 8 arguments, but 7 were provided
8074 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8078,18): note: candidate function not viable: requires 8 arguments, but 7 were provided
8078 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8080,18): note: candidate function not viable: requires at most 5 arguments, but 7 were provided
8080 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8084,18): note: candidate function not viable: requires at most 5 arguments, but 7 were provided
8084 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute> discardableAttributes = {});
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8071,18): note: candidate function not viable: requires 9 arguments, but 7 were provided
8071 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/::mlir::BoolAttr nontemporal, /*optional*/::mlir::BoolAttr volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8077,18): note: candidate function not viable: requires 9 arguments, but 7 were provided
8077 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, ::mlir::TypeRange resultTypes, ::mlir::Value value, ::mlir::Value memref, ::mlir::ValueRange indices, /*optional*/bool nontemporal, /*optional*/bool volatile_, /*optional*/::mlir::IntegerAttr alignment);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8065,18): note: candidate function not viable: requires 4 arguments, but 7 were provided
8065 |   static StoreOp create(::mlir::OpBuilder &builder, ::mlir::Location location, Value valueToStore, Value memref);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8081,18): note: candidate function not viable: requires at most 4 arguments, but 7 were provided
8081 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes = {});
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools\mlir\include\mlir/Dialect/MemRef/IR/MemRefOps.h.inc(8066,18): note: candidate function not viable: requires 3 arguments, but 7 were provided
8066 |   static StoreOp create(::mlir::ImplicitLocOpBuilder &builder, Value valueToStore, Value memref);
|                  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the Mlir-commits mailing list