llvm-capstone/polly/test/GPGPU
Michael Kruse cc0f0582c8 [Polly-ACC] Fix test after IR-printer change.
After r367755, even unnamed parameters are printed in IR dumps. Change
the test to expect te additional %0 in the line.

llvm-svn: 368763
2019-08-13 22:42:08 +00:00
..
Inputs [GPGPU] Add log / logf to the libdevice supported functions 2017-08-21 09:00:31 +00:00
add-scalars-in-scop-to-kills.ll [Polly] [PPCGCodeGeneration] Teach must_kills to kill scalars that are local to the scop. 2017-07-06 13:42:42 +00:00
align-params-in-schedule.ll Fix two testcases. NFC intended. 2017-10-29 21:00:48 +00:00
array-with-elem-type-smaller-than-byte.ll [PPCGCodeGeneration] Compute element size in bytes for arrays correctly. 2017-08-09 08:29:16 +00:00
bounds-construction-with-ignore-param-bounds.ll [test] Fix test case without Polly-ACC. 2017-08-03 13:44:31 +00:00
check-unused-fortran-array-size-param-offloaded-to-kernel.ll [Acc] Enable legacy stmt granularity in remaining failing testcases 2018-05-23 17:46:10 +00:00
cuda-annotations.ll [PPCGCodeGen] Differentiate kernels based on their parent Scop 2017-07-12 16:46:19 +00:00
cuda-managed-memory-simple.ll [NFC] In GPGPU testcases, replace numeric registers in CHECK directives. 2017-12-01 14:16:39 +00:00
debug-metadata-leak.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
double-parallel-loop.ll
failing-invariant-load-handling.ll [NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc line. 2017-08-08 12:26:37 +00:00
failing-invariant-load-hoisting.ll Add missing REQUIRES line 2017-10-01 13:14:40 +00:00
host-control-flow.ll [PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtime 2017-08-19 17:04:57 +00:00
host-statement.ll [Acc] Update testcases for minor changes in the PPCG mapper and 2018-05-23 14:56:57 +00:00
ignore-parameter-bounds.ll [GPGPU] Do not require the Scop::Context to have information about all parameters 2017-07-28 06:49:44 +00:00
intrinsic-copied-into-kernel.ll [PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible. 2017-08-31 13:03:37 +00:00
invalid-kernel-assert-verifymodule.ll test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertions 2017-08-22 03:12:29 +00:00
invalid-kernel.ll [PPCGCodeGen] [3/3] Update PPCGCodeGen + tests to latest ppcg. 2017-07-20 15:48:36 +00:00
invariant-load-array-access.ll [PPCGCodeGeneration] Generate invariant loads before trying to generate IR. 2017-07-17 15:57:01 +00:00
invariant-load-escaping-values.ll [GPGPU] Make sure escaping invariant load hoisted scalars are preserved 2017-10-04 10:24:23 +00:00
invariant-load-hoisting-of-array.ll [NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-array.ll' 2017-08-01 14:52:18 +00:00
invariant-load-hoisting-read-in-kernel.ll Add missing 'REQUIRES' line 2017-08-16 22:02:03 +00:00
invariant-load-hoisting-with-variable-bounds.ll [Invariant Loads] Do not consider invariant loads to have dependences. 2017-07-13 12:18:56 +00:00
invariant-load-hoisting-with-variable-lower-bound.ll [Invariant Loads] Do not consider invariant loads to have dependences. 2017-07-13 12:18:56 +00:00
invariant-load-hoisting-with-variable-upper-bound.ll [NFC] [PPCGCodeGeneration] Extend invariant-load-hoisting-with-variable-upper-bound test case. 2017-07-07 14:02:27 +00:00
invariant-load-hoisting.ll [NFC] In GPGPU testcases, replace numeric registers in CHECK directives. 2017-12-01 14:16:39 +00:00
invariant-load-of-scalar.ll [NFC] In GPGPU testcases, replace numeric registers in CHECK directives. 2017-12-01 14:16:39 +00:00
kernel-params-only-some-arrays.ll Revert "[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]" 2017-08-19 23:49:26 +00:00
kernel-params-scop-parameter.ll [PPCGCodeGen] Differentiate kernels based on their parent Scop 2017-07-12 16:46:19 +00:00
kernels-names-across-scops-funcs.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
libdevice-functions-copied-into-kernel.ll [PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible. 2017-08-31 13:03:37 +00:00
live-range-reordering-with-privatization.ll [Acc] Update testcases for minor changes in the PPCG mapper and 2018-05-23 14:56:57 +00:00
loops-outside-scop.ll [Polly] [PPCGCodeGeneration] Deal with loops outside the Scop correctly in PPCGCodeGeneration. 2017-08-06 02:39:05 +00:00
managed-memory-rewrite-alloca.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
managed-memory-rewrite-malloc-free-inside-constexpr.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
managed-memory-rewrite-malloc-free.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
managed-pointers-preparation.ll Add missing 'REQUIRES: pollyacc' line 2017-08-06 11:21:09 +00:00
memory-only-referenced-from-access.ll [GPGPU] Collect parameter dimension used in MemoryAccesses 2017-08-19 12:58:28 +00:00
mostly-sequential.ll [PPCGCodeGen] [3/3] Update PPCGCodeGen + tests to latest ppcg. 2017-07-20 15:48:36 +00:00
non-read-only-scalars.ll [GPGPU] Correctly initialize array order and fixed_element information 2017-08-19 20:21:22 +00:00
non-zero-array-offset.ll Revert "[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]" 2017-08-19 23:49:26 +00:00
only-part-of-array-modified.ll
parametric-loop-bound.ll [Acc] Update testcases for minor changes in the PPCG mapper and 2018-05-23 14:56:57 +00:00
partial_writes___%bb2---%bb14.jscop [GPGPU] Make the ast_build available to block generator 2017-08-10 08:00:56 +00:00
partial_writes.ll [Acc] Enable legacy stmt granularity in remaining failing testcases 2018-05-23 17:46:10 +00:00
phi-nodes-in-kernel.ll [Polly-ACC] Fix test after IR-printer change. 2019-08-13 22:42:08 +00:00
private-memory.ll
privatization-simple.ll [NFC] Fix breaking build by adding REQUIRES: pollyacc 2017-07-05 15:20:28 +00:00
privatization.ll [NFC] Fix breaking build by adding REQUIRES: pollyacc 2017-07-05 15:20:28 +00:00
region-stmt.ll [PPCGCodeGen] [3/3] Update PPCGCodeGen + tests to latest ppcg. 2017-07-20 15:48:36 +00:00
remove-dead-instructions-in-stmt-2.ll
remove-dead-instructions-in-stmt.ll
run-time-check.ll
scalar-param-and-value-32-bit.ll
scalar-param-and-value-use.ll
scalar-parameter-fp128.ll
scalar-parameter-half.ll
scalar-parameter-i80.ll
scalar-parameter-i120.ll
scalar-parameter-i128.ll
scalar-parameter-i3000.ll
scalar-parameter-ppc_fp128.ll
scalar-parameter-x86_fp80.ll
scalar-parameter.ll
scalar-writes-in-scop-requires-abort.ll [Acc] Followup for r333105: Fix one additional testcase 2018-05-24 10:18:09 +00:00
scheduler-timeout.ll [PPCGCodeGen] [3/3] Update PPCGCodeGen + tests to latest ppcg. 2017-07-20 15:48:36 +00:00
shared-memory-scalar.ll
shared-memory-two-dimensional.ll
shared-memory.ll
simple-managed-memory-rewrite.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
size-cast.ll [Acc] Update testcases for minor changes in the PPCG mapper and 2018-05-23 14:56:57 +00:00
spir-codegen.ll Fix two testcases. NFC intended. 2017-10-29 21:00:48 +00:00
spir-typesize.ll Fix for r336080: Missing colon in REQUIRES line 2018-07-02 08:36:49 +00:00
unknown-fn-call-not-copied-into-kernel.ll [Polly] [PPCGCodeGeneration] Skip Scops which contain function pointers. 2017-06-12 11:41:09 +00:00
untouched-arrays.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00