llvm-project/polly/lib
Johannes Doerfert e1fa6da356 [FIX] Create location if a needed value was not yet demoted
This allows the code generation to continue working even if a needed
  value (that is reloaded anyway) was not yet demoted. Instead of
  failing it will now create the location for future demotion to memory
  and load from that location. The stores will use the same location and
  by construction execute before the load even if the textual order in
  the generated AST is otherwise.

Reviewers: grosser, Meinersbur

Subscribers: #polly

Differential Revision: http://reviews.llvm.org/D12072

llvm-svn: 245203
2015-08-17 09:38:46 +00:00
..
Analysis Build the ScopStmt domain in-place. 2015-08-16 14:36:01 +00:00
CodeGen [FIX] Create location if a needed value was not yet demoted 2015-08-17 09:38:46 +00:00
Exchange Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
External Update isl to isl-0.15-117-ge42acfe 2015-08-11 11:31:18 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Make the dimension sizes of in ScopArrayInfo available as isl_pw_affs 2015-08-12 15:27:16 +00:00
Transform AST Generation Paper published in TOPLAS 2015-08-15 09:34:33 +00:00
CMakeLists.txt Expose the SCEVAffinator and make it a member of a SCoP. 2015-08-12 10:19:50 +00:00
Makefile Expose the SCEVAffinator and make it a member of a SCoP. 2015-08-12 10:19:50 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00