llvm-6502/include
Mehdi Amini 497b958447 Fold a loop for array processing in ComputeLinearIndex
When processing an array, every Elt has the same layout, it is
useless to recursively call each ComputeLinearIndex on each element.
Just do it once and multiply by the number of elements.
    
Differential Revision: http://reviews.llvm.org/D6832




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225949 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 05:33:01 +00:00
..
llvm Fold a loop for array processing in ComputeLinearIndex 2015-01-14 05:33:01 +00:00
llvm-c Finish removing DestroySource. 2014-12-23 19:16:45 +00:00