[llvm] [AArch64] SME definitions for C1-Ultra scheduling model (PR #194850)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 02:58:30 PDT 2026
================
@@ -22,6 +22,8 @@ def C1PremiumModel : SchedMachineModel {
let CompleteModel = 1;
list<Predicate> UnsupportedFeatures = !listconcat(SMEUnsupported.F,
+ SVEUnsupported.F,
----------------
davemgreen wrote:
Why is SVEUnsupported needed?
https://github.com/llvm/llvm-project/pull/194850
More information about the llvm-commits
mailing list