mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
[AArch64] Don't enable the post-RA MI scheduler at OptNone.
Hopefully, this will appease the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00edf1f086
commit
995738064a
@ -129,7 +129,8 @@ class AArch64PassConfig : public TargetPassConfig {
|
||||
public:
|
||||
AArch64PassConfig(AArch64TargetMachine *TM, PassManagerBase &PM)
|
||||
: TargetPassConfig(TM, PM) {
|
||||
substitutePass(&PostRASchedulerID, &PostMachineSchedulerID);
|
||||
if (TM->getOptLevel() != CodeGenOpt::None)
|
||||
substitutePass(&PostRASchedulerID, &PostMachineSchedulerID);
|
||||
}
|
||||
|
||||
AArch64TargetMachine &getAArch64TargetMachine() const {
|
||||
|
Loading…
Reference in New Issue
Block a user