hanchenye-llvm-project/polly/test
Tobias Grosser b39c96aa19 ScopInfo: Ensure unique names for parameter names coming from load instructions
In case the original parameter instruction does not have a name, but it comes
from a load instruction where the base pointer has a name we used the name of
the load instruction to give some more intuition of where the parameter came
from. To ensure this works also through GEPs which may have complex offsets,
we originally just dropped the offsets and _only_ used the base pointer name.
As this can result in multiple parameters to get the same name, we now prefix
the parameter ID to ensure parameter names are unique. This will make it easier
to understand debug output.

This change does not affect correctness, as parameter IDs (even of the same
name) can always be distinguished through the SCEV pointer stored inside them.

llvm-svn: 253330
2015-11-17 11:54:51 +00:00
..
DeadCodeElimination tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
DependenceInfo Remove read-only statements from the SCoP 2015-11-03 16:54:49 +00:00
Isl ScopInfo: Ensure unique names for parameter names coming from load instructions 2015-11-17 11:54:51 +00:00
ScheduleOptimizer Full/partial tile separation for vectorization 2015-10-20 09:12:21 +00:00
ScopDetect ScopDetection: Tighten the check for always executed 'error blocks' 2015-11-11 13:25:13 +00:00
ScopDetectionDiagnostics Adjust debug metadata to LLVM changes in 252219 2015-11-06 06:27:39 +00:00
ScopInfo Consistenly use getTypeAllocSize for size estimation. 2015-11-12 20:15:08 +00:00
CMakeLists.txt Fix after renamed CMake cache entry 2015-09-15 10:51:15 +00:00
Makefile Normalize whitespace in makefiles 2015-07-24 23:30:31 +00:00
README
create_ll.sh Small change to create_ll.sh [NFC] 2015-03-08 15:36:27 +00:00
lit.cfg Make the lit configuration Python 3 compatible 2015-07-24 20:33:22 +00:00
lit.site.cfg.in Introduce -polly-process-unprofitable 2015-10-06 16:10:29 +00:00
polly.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00

README

place tests here