search for: unrollcount

Displaying 3 results from an estimated 3 matches for "unrollcount".

Did you mean: unroll_count
2011 May 03
0
[LLVMdev] Loop-Unroll optimization
I am trying loop-unroll optimization but it is not affecting the bit code. When I looked the loop unroll code it seems to be expecting three parameter(UnrollThreshold, UnrollCount, UnrollAllowPartial) from the user. Do I need to pass these parameter to activate loop unroll? *The loop that I am trying it on is:* for(i=0; i< 1000; i++) { c[i] = a[i] + b[i]; } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llv...
2012 Feb 01
3
[LLVMdev] Loop Unroll a constant number of times?
Is it possible to unroll a loop (forcibly if necessary) with llvm (possibly the -loop-unroll pass) a constant number of times. I believe that I read that the -unroll-count=x option was removed, correct? So is there some other way to do this or is this just not possible in llvm? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...EnablePRE"}, {"_ZL13EnableLoadPRE", "EnableLoadPRE"}, {"_ZL9Threshold", "Threshold"}, {"_ZL16DisablePromotion", "DisablePromotion"}, {"_ZL15UnrollThreshold", "UnrollThreshold"}, {"_ZL11UnrollCount", "UnrollCount"}, {"_ZL18UnrollAllowPartial", "UnrollAllowPartial"}, {"_ZL9Threshold", "Threshold"}, {"_ZL18ExpensiveEHSupport", "ExpensiveEHSupport"}, {"_ZL6DupRet", "DupRet"}, {...