[llvm-branch-commits] [AArch64] Remove usage of PostRAScheduler (PR #92871)
Pengcheng Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 21 00:39:15 PDT 2024
https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/92871
This doesn't take effect as we have overrided `enablePostRAScheduler`
and we should use the `FeaturePostRAScheduler` feature in processor
definitions.
More information about the llvm-branch-commits
mailing list