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 2e8ea46 commit 0786c1cCopy full SHA for 0786c1c
llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h
@@ -29,7 +29,7 @@ class LowerMatrixIntrinsicsPass
29
static bool isRequired() { return true; }
30
};
31
32
-/// A marker analyss to determine if extra passes should be run after lowering
+/// A marker analysis to signal if extra passes should be run after lowering
33
/// matrix intrinsics.
34
struct ShouldRunExtraMatrixPasses
35
: public ShouldRunExtraPasses<ShouldRunExtraMatrixPasses>,
0 commit comments