llvm-capstone/polly/lib
Tobias Grosser 44143bb927 GPGPU: use current 'Index' to find slot in parameter array
Before this change we used the array index, which would result in us accessing
the parameter array out-of-bounds. This bug was visible for test cases where not
all arrays in a scop are passed to a given kernel.

llvm-svn: 276961
2016-07-28 06:47:53 +00:00
..
Analysis [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
CodeGen GPGPU: use current 'Index' to find slot in parameter array 2016-07-28 06:47:53 +00:00
Exchange JScop: Factor out importContext [NFC] 2016-07-21 06:56:33 +00:00
External GPGPU: Emit data-transfer code 2016-07-25 12:47:39 +00:00
JSON
Support [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
Transform Apply all necessary tilings and interchangings to get a macro-kernel 2016-07-25 09:42:53 +00:00
CMakeLists.txt [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
Polly.cpp