We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7117bd5 commit 5ffc48eCopy full SHA for 5ffc48e
mlir/lib/Conversion/ArmSMEToLLVM/ArmSMEToLLVM.cpp
@@ -349,7 +349,7 @@ struct ConvertArmSMESpillsAndFillsToLLVM : public ConvertToLLVMPattern {
349
350
enum class RequiresSpillsAndFills { Yes, No };
351
352
-/// Base class for ArmSME to LLVM conversion patterns. By default, this adds
+/// Base class for ArmSME to LLVM conversion patterns. By default, this adds
353
/// spills and fills around ArmSME ops that use in-memory tile IDs. This can be
354
/// disabled by setting the `requiresSpillsAndFills` template parameter to
355
/// `RequiresSpillsAndFills::No`.
0 commit comments