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 f1978d1 commit 6d8f929Copy full SHA for 6d8f929
llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
@@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
29
list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
30
SMEUnsupported.F,
31
[HasMTE, HasCPA,
32
- HasCSSC]);
+ HasCSSC]);
33
}
34
35
//===----------------------------------------------------------------------===//
0 commit comments