[Mlir-commits] [mlir] 7fe29e5 - [mlir][www] Add missing include for ARM SVE passes
Mehdi Amini
llvmlistbot at llvm.org
Thu Oct 26 16:08:42 PDT 2023
Author: Mehdi Amini
Date: 2023-10-26T16:08:31-07:00
New Revision: 7fe29e585723c8a90e798b3d852f2c54efb6f5dd
URL: https://github.com/llvm/llvm-project/commit/7fe29e585723c8a90e798b3d852f2c54efb6f5dd
DIFF: https://github.com/llvm/llvm-project/commit/7fe29e585723c8a90e798b3d852f2c54efb6f5dd.diff
LOG: [mlir][www] Add missing include for ARM SVE passes
Added:
Modified:
mlir/docs/Passes.md
Removed:
################################################################################
diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index add48876e826ec3..2eb94d323b72f8b 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -32,6 +32,10 @@ This document describes the available MLIR passes and their contracts.
[include "ArmSMEPasses.md"]
+## 'arm\_sve' Dialect Passes
+
+[include "ArmSVEPasses.md"]
+
## 'async' Dialect Passes
[include "AsyncPasses.md"]
More information about the Mlir-commits
mailing list