[llvm] [AArch64] SME definitions for C1-Ultra scheduling model (PR #194850)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 06:49:35 PDT 2026
================
@@ -22,6 +22,8 @@ def C1PremiumModel : SchedMachineModel {
let CompleteModel = 1;
list<Predicate> UnsupportedFeatures = !listconcat(SMEUnsupported.F,
+ SVEUnsupported.F,
----------------
nasherm wrote:
This is outdated code from earlier versions of my PR. Removed
https://github.com/llvm/llvm-project/pull/194850
More information about the llvm-commits
mailing list