[LLVMdev] [polly] one more slow pretty printing in the default path

Sebastian Pop spop at codeaurora.org
Wed Aug 28 10:08:24 PDT 2013


Hi,

in lib/Analysis/RegionPass.cpp there are 3 occurrences of:
CurrentRegion->getNameStr()
These are slowing down compile times with polly.
I would suggest to either remove these calls,
or only turn on when the programmer asks for -debug.

The reason for the slow pretty printing of types is the same as
previously discussed in:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-July/063755.html

Sebastian
-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation



More information about the llvm-dev mailing list