[llvm-branch-commits] [llvm-branch] r75699 - /llvm/branches/Apple/Bender-SWB/lib/Target/ARM/ARMISelLowering.cpp
Bill Wendling
isanbard at gmail.com
Tue Jul 14 15:58:39 PDT 2009
Author: void
Date: Tue Jul 14 17:58:39 2009
New Revision: 75699
URL: http://llvm.org/viewvc/llvm-project?rev=75699&view=rev
Log:
--- Merging r72553 into '.':
U lib/Target/ARM/ARMISelLowering.cpp
Modified:
llvm/branches/Apple/Bender-SWB/lib/Target/ARM/ARMISelLowering.cpp
Modified: llvm/branches/Apple/Bender-SWB/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Bender-SWB/lib/Target/ARM/ARMISelLowering.cpp?rev=75699&r1=75698&r2=75699&view=diff
==============================================================================
--- llvm/branches/Apple/Bender-SWB/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/branches/Apple/Bender-SWB/lib/Target/ARM/ARMISelLowering.cpp Tue Jul 14 17:58:39 2009
@@ -293,7 +293,10 @@
setIfCvtDupBlockSizeLimit(Subtarget->isThumb() ? 0 : 2);
maxStoresPerMemcpy = 1; //// temporary - rewrite interface to use type
- benefitFromCodePlacementOpt = true;
+ // Do not enable CodePlacementOpt for now: it currently runs after the
+ // ARMConstantIslandPass and messes up branch relaxation and placement
+ // of constant islands.
+ // benefitFromCodePlacementOpt = true;
}
const char *ARMTargetLowering::getTargetNodeName(unsigned Opcode) const {
More information about the llvm-branch-commits
mailing list