[llvm] [AArch64] Add Ampere1B scheduling/pipeline model (PR #81341)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 05:20:14 PST 2024
================
@@ -22,7 +22,8 @@ def A64FXModel : SchedMachineModel {
list<Predicate> UnsupportedFeatures = !listconcat(SMEUnsupported.F, SVEUnsupported.F,
[HasMTE, HasMatMulInt8, HasBF16,
- HasPAuth, HasPAuthLR, HasCPA]);
+ HasPAuth, HasPAuthLR, HasCPA,
+ HasCSSC]);
----------------
davemgreen wrote:
Can you format this is little better.
https://github.com/llvm/llvm-project/pull/81341
More information about the llvm-commits
mailing list