llvm-project/polly/lib
Tobias Grosser 1a07e19180 Increase the dependence-analysis compute out
As Polly got a lot faster after the small-integer-optimization imath
patch, we now increase the compute out to optimize larger kernels. This
should also expose additional slow-downs for us to address.

In LNT this gives us a 3.4x speedup on 3mm, at a cost of a 2x increase in
compile time (now 0.77s). reg_detect, oorafft and adi also show some compile
time increases. This compile time cost is divided between more time in isl and
more time in LLVM's backends due to increased code size (versioning and tiling).

llvm-svn: 240840
2015-06-26 21:58:42 +00:00
..
Analysis Increase the dependence-analysis compute out 2015-06-26 21:58:42 +00:00
CodeGen Fix the clang -Werror build (-Wbraced-scalar-init) 2015-06-19 20:07:18 +00:00
Exchange Ensure memory access mappings are defined for full domain 2015-06-04 07:44:35 +00:00
External Replace repository version of ISL by 'make dist' output 2015-06-22 18:07:42 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Add support for srem instruction 2015-06-24 04:13:29 +00:00
Transform Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
CMakeLists.txt Enable ISL's small integer optimization 2015-06-25 20:47:35 +00:00
Makefile Enable ISL's small integer optimization 2015-06-25 20:47:35 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00