mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Revert r231324 "Remove the conditional addition of the execution dependency fixing"
See PR22799. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb535bcc20
commit
f082c5b27f
@ -358,7 +358,9 @@ void ARMPassConfig::addPreRegAlloc() {
|
||||
void ARMPassConfig::addPreSched2() {
|
||||
if (getOptLevel() != CodeGenOpt::None) {
|
||||
addPass(createARMLoadStoreOptimizationPass());
|
||||
addPass(createExecutionDependencyFixPass(&ARM::DPRRegClass));
|
||||
|
||||
if (getARMSubtarget().hasNEON())
|
||||
addPass(createExecutionDependencyFixPass(&ARM::DPRRegClass));
|
||||
}
|
||||
|
||||
// Expand some pseudo instructions into multiple instructions to allow
|
||||
|
Loading…
Reference in New Issue
Block a user