llvm-project/polly/test
Tobias Grosser cdb38e5625 Exploit non-negative numerators
isl marks known non-negative numerators in modulo (and soon also division)
operations. We now exploit this by generating unsigned operations. This is
beneficial as unsigned operations with power-of-two denominators will be
translated by isl to fast bitshift or bitwise and operations.

llvm-svn: 238577
2015-05-29 17:08:19 +00:00
..
CodePreparation Make use of scalar/phi code generation explicit in the tests 2015-05-23 03:34:35 +00:00
DeadCodeElimination Remove target triples from test cases 2015-04-21 14:28:02 +00:00
DependenceInfo Update isl to c3892bebc0 2015-05-09 09:37:30 +00:00
IndependentBlocks Make use of scalar/phi code generation explicit in the tests 2015-05-23 03:34:35 +00:00
Isl Exploit non-negative numerators 2015-05-29 17:08:19 +00:00
ScheduleOptimizer Remove target triples from test cases 2015-04-21 14:28:02 +00:00
ScopDetect Make use of scalar/phi code generation explicit in the tests 2015-05-23 03:34:35 +00:00
ScopDetectionDiagnostics Update polly for LLVM rename of debug info metadata with DI* prefix 2015-04-29 17:02:14 +00:00
ScopInfo Tighten the PHI modeling test cases 2015-05-26 18:05:45 +00:00
TempScop Make use of scalar/phi code generation explicit in the tests 2015-05-23 03:34:35 +00:00
CMakeLists.txt Drop some CLooG leftovers 2015-03-30 17:56:50 +00:00
Makefile Drop Cloog support 2014-12-02 19:26:58 +00:00
README
create_ll.sh Small change to create_ll.sh [NFC] 2015-03-08 15:36:27 +00:00
lit.cfg Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00
lit.site.cfg.in [tests] Use -polly-vectorizer=polly directly 2015-04-05 06:53:11 +00:00
polly.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00

README

place tests here