llvm-project/polly/lib/Transform
Roman Gareev 1c2927b209 Specify the default values of the cache parameters
If the parameters of the target cache (i.e., cache level sizes, cache level
associativities) are not specified or have wrong values, we use ones for
parameters of the macro-kernel and do not perform data-layout optimizations of
the matrix multiplication. In this patch we specify the default values of the
cache parameters to be able to apply the pattern matching optimizations even in
this case. Since there is no typical values of this parameters, we use the
parameters of Intel Core i7-3820 SandyBridge that also help to attain the
high-performance on IBM POWER System S822 and IBM Power 730 Express server.

Reviewed-by: Tobias Grosser <tobias@grosser.es>

Differential Revision: https://reviews.llvm.org/D28090

llvm-svn: 290518
2016-12-25 16:32:28 +00:00
..
Canonicalization.cpp Rerun mem2reg after the inliner 2016-12-02 17:43:57 +00:00
CodePreparation.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00
DeLICM.cpp [DeLICM] Add pass boilerplate code. 2016-11-29 16:41:21 +00:00
DeadCodeElimination.cpp Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00
FlattenAlgo.cpp FlattenAlgo: Ensure we _really_ obtain a param space 2016-09-09 16:11:26 +00:00
FlattenSchedule.cpp Add -polly-flatten-schedule pass. 2016-09-08 15:02:36 +00:00
ScheduleOptimizer.cpp Specify the default values of the cache parameters 2016-12-25 16:32:28 +00:00