hanchenye-llvm-project/polly/lib/CodeGen
Tobias Grosser ab23c9e724 Delete some unnecessary code
Originally we have needed this code to map the isl_id of an array to its base
pointer. However, as now the isl_id contains a reference to the array itself we
obtain the base pointer from this isl_id and we do not need to add this
information to the IDToValue map.

llvm-svn: 220876
2014-10-29 22:09:54 +00:00
..
BlockGenerators.cpp Remove incorrect value description for -enable-polly-aligned 2014-10-22 23:22:41 +00:00
Cloog.cpp
CodeGeneration.cpp Use braces in multi-statement DEBUG() code [NFC] 2014-10-22 23:00:03 +00:00
IRBuilder.cpp [Refactor] Rename LoopAnnotator to ScopAnnotator 2014-10-02 15:32:17 +00:00
IslAst.cpp Use stringFromIslObj instead of isl_..._dump to print to dbgs() 2014-10-22 23:16:28 +00:00
IslCodeGeneration.cpp Delete some unnecessary code 2014-10-29 22:09:54 +00:00
IslExprBuilder.cpp [Fix] Non i1 typed select condition for weird pw aff functions. 2014-10-07 14:37:59 +00:00
LoopGenerators.cpp [Fix] Accidently changed the type of a libgomp argument in r219003. 2014-10-03 20:40:24 +00:00
PTXGenerator.cpp Remove use of llvm.codegen intrinsic for GPGPU codegen 2014-06-24 08:11:36 +00:00
RuntimeDebugBuilder.cpp [Refactor] Expose the runtime debug builder 2014-07-24 23:55:19 +00:00
Utils.cpp [Refactor] Cleanup isl code generation 2014-09-10 14:50:23 +00:00