[PATCH] D128631: [AArch64] Initial sched model for Neoverse N2
Matt D. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 14:31:10 PDT 2022
Matt added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64SchedA64FX.td:21
let PostRAScheduler = 1; // Using PostRA sched.
- let CompleteModel = 1;
+ let CompleteModel = 0;
----------------
Is the change to CompleteModel intentional in this patch?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128631/new/
https://reviews.llvm.org/D128631
More information about the llvm-commits
mailing list