search for: getarmsubtarget

Displaying 1 result from an estimated 1 matches for "getarmsubtarget".

2012 Sep 26
0
[LLVMdev] Error while loading profile information
...rget(Registry); printf("\n%s:%d",__FILE__,__LINE__); fflush(stdout); return new ARMInstrStats(PIL); } } The following changes have been made to the file ARMTargetMachine.cpp in the function bool ARMPassConfig::addPreEmitPass(): bool ARMPassConfig::addPreEmitPass() { if (getARMSubtarget().isThumb2()) { if (!getARMSubtarget().prefers32BitThumb()) PM->add(createThumb2SizeReductionPass()); // Constant island pass work on unbundled instructions. addPass(UnpackMachineBundlesID); } PM->add(createARMConstantIslandPass()); for(int iCnt=0;iCnt<1000;iCnt++...