mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
AArch64: remove ConstantIsland pass & put literals in separate section.
This implements the review suggestion to simplify the AArch64 backend. If we later discover that we *really* need the extra complexity of the ConstantIslands pass for performance reasons it can be resurrected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175258 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -66,7 +66,6 @@ TargetPassConfig *AArch64TargetMachine::createPassConfig(PassManagerBase &PM) {
|
||||
|
||||
bool AArch64PassConfig::addPreEmitPass() {
|
||||
addPass(&UnpackMachineBundlesID);
|
||||
addPass(createAArch64ConstantIslandPass());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user