llvm-project/polly/test
Tobias Grosser 0905a23806 CodeGen: Recreate old ivs with the original type
To avoid overflows we still use a larger type (i64) while calculating the value
of the old ivs.  However, we truncate the result to the type of the old iv when
providing it to the new code.

A corresponding test case is added to the polly test suite. Also, a failing test
case is fixed.

This fixes PR12311.

Contributed by: Tsingray Liu  <tsingrayliu@gmail.com>

llvm-svn: 153952
2012-04-03 12:24:32 +00:00
..
Cloog tests: Replace . by %s 2012-02-13 12:29:43 +00:00
CodeGen CodeGen: Recreate old ivs with the original type 2012-04-03 12:24:32 +00:00
ScheduleOptimizer ScheduleOptimizer: Do not get dependences, if we do not calculate a schedule 2012-03-16 11:51:41 +00:00
ScopDetection ScopDetection: Allow to limit the scop detection to a single function 2011-10-23 11:17:06 +00:00
ScopInfo SCEVValidator: Ensure that parameters are recorded correctly 2012-03-16 10:16:28 +00:00
TempScop Temporarily remove reduction support and interchange pass 2011-08-21 14:57:58 +00:00
polybench Add initial version of Polly 2011-04-29 06:27:02 +00:00
CMakeLists.txt Use python script to silence the expected testcase fails on 32bit platform. 2012-03-29 13:10:10 +00:00
Makefile Make the "all" target depend on polly-test, so that users can run regression 2012-03-30 09:27:16 +00:00
README Add initial version of Polly 2011-04-29 06:27:02 +00:00
create_ll.sh Add initial version of Polly 2011-04-29 06:27:02 +00:00
lit.cfg Add initial version of Polly 2011-04-29 06:27:02 +00:00
lit.site.cfg.in Remove unneeded alias analysis 2012-04-01 16:49:48 +00:00
polly.ll Add initial version of Polly 2011-04-29 06:27:02 +00:00

README

place tests here