hanchenye-llvm-project/polly/test/Simplify
Michael Kruse 60e2a321e5 [test] Remove non-JSPON comments in JSCOP file. NFC.
llvm-svn: 338185
2018-07-28 01:11:45 +00:00
..
coalesce_3partials.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
coalesce_3partials___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_3partials___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_disjointelements.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
coalesce_disjointelements___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_disjointelements___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_overlapping.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
coalesce_overlapping___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_overlapping___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_partial.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
coalesce_partial___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
coalesce_partial___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
dead_access_load.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
dead_access_phi.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
dead_access_value.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
dead_instruction.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
emptyaccessdomain.ll [Simplify] Fix typo in statistics output. NFC. 2017-07-28 16:57:51 +00:00
emptyaccessdomain___%for---%return.jscop [Simplify] Remove partial write accesses with empty domain. 2017-07-22 20:33:09 +00:00
emptyaccessdomain___%for---%return.jscop.transformed [Simplify] Remove partial write accesses with empty domain. 2017-07-22 20:33:09 +00:00
exit_phi_accesses-2.ll [Simplify] Count PHINodes in simplifiable exit nodes as escaping use. 2017-07-27 14:09:31 +00:00
gemm.ll [Simplify] Remove all kinds of redundant scalar writes. 2017-07-31 17:04:55 +00:00
gemm___%bb3---%bb28.jscop
gemm___%bb3---%bb28.jscop.transformed
nocoalesce_differentvalues.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
nocoalesce_differentvalues___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_differentvalues___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_elementmismatch.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
nocoalesce_elementmismatch___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_elementmismatch___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_readbetween.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
nocoalesce_readbetween___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_readbetween___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_writebetween.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
nocoalesce_writebetween___%for---%return.jscop [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
nocoalesce_writebetween___%for---%return.jscop.transformed [Simplify] Implement write accesses coalescing. 2017-07-29 16:21:16 +00:00
notdead_region_exitphi.ll [test] Add test case for -polly-simplify. NFC. 2017-07-29 00:06:06 +00:00
notdead_region_innerphi.ll [Simplify] Do not remove dependencies of phis within region stmts. 2017-07-28 23:22:32 +00:00
notredundant_region_loop.ll [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
notredundant_region_loop___%for---%return.jscop [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
notredundant_region_loop___%for---%return.jscop.transformed [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
notredundant_region_middle.ll [JSON] Make the failure to parse a jscop file a hard error 2017-08-10 14:53:25 +00:00
notredundant_synthesizable_unknownit.ll [Polly] Fix a testcase after LLVM commit r334318 2018-06-08 21:39:55 +00:00
out-of-scop-use-in-region-entry-phi-node.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
overwritten.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
overwritten_3phi.ll
overwritten_3phi___%for---%return.jscop
overwritten_3phi___%for---%return.jscop.transformed
overwritten_3store.ll [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default. 2018-02-03 06:59:47 +00:00
overwritten_implicit_and_explicit.ll
overwritten_implicit_and_explicit___%for---%return.jscop
overwritten_implicit_and_explicit___%for---%return.jscop.transformed
overwritten_loadbetween.ll
overwritten_scalar.ll
overwritten_scalar___%for---%return.jscop
overwritten_scalar___%for---%return.jscop.transformed
pass_existence.ll
phi_in_regionstmt.ll [ScopInfo] Fix assertion for PHIs not in a region stmts entry. 2017-07-25 13:28:39 +00:00
pr33323.ll
pr33323___%for.body98---%for.cond87.loopexit.jscop
pr33323___%for.body98---%for.cond87.loopexit.jscop.transformed
redundant.ll
redundant_differentindex.ll [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_partialwrite.ll [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_partialwrite___%for---%return.jscop [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_partialwrite___%for---%return.jscop.transformed [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_region.ll [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_region___%for---%return.jscop [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_region___%for---%return.jscop.transformed [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_region_scalar.ll [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_region_scalar___%for---%return.jscop [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_region_scalar___%for---%return.jscop.transformed [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
redundant_scalarwrite.ll [Simplify] Remove all kinds of redundant scalar writes. 2017-07-31 17:04:55 +00:00
redundant_scalarwrite___%for---%return.jscop [Simplify] Remove all kinds of redundant scalar writes. 2017-07-31 17:04:55 +00:00
redundant_scalarwrite___%for---%return.jscop.transformed [Simplify] Remove all kinds of redundant scalar writes. 2017-07-31 17:04:55 +00:00
redundant_storebetween.ll [Simplify] Rewrite redundant write detection algorithm. 2017-08-01 20:01:34 +00:00
scalability1.ll [Simplify] Improve scalability. 2017-08-01 19:39:11 +00:00
scalability2.ll [Simplify] Improve scalability. 2017-08-01 19:39:11 +00:00
sweep_mapped_phi.ll [Simplify] Mark (and sweep) based on latest access relation. 2017-10-26 12:34:36 +00:00
sweep_mapped_phi___%for---%return.jscop [Simplify] Mark (and sweep) based on latest access relation. 2017-10-26 12:34:36 +00:00
sweep_mapped_phi___%for---%return.jscop.transformed [test] Remove non-JSPON comments in JSCOP file. NFC. 2018-07-28 01:11:45 +00:00
sweep_mapped_value.ll [Simplify] Mark (and sweep) based on latest access relation. 2017-10-26 12:34:36 +00:00
sweep_mapped_value___%for---%return.jscop [Simplify] Mark (and sweep) based on latest access relation. 2017-10-26 12:34:36 +00:00
sweep_mapped_value___%for---%return.jscop.transformed [Simplify] Mark (and sweep) based on latest access relation. 2017-10-26 12:34:36 +00:00
ununsed_read_in_region_entry.ll [Simplify] Actually remove unsed instruction from region header. 2017-09-05 19:44:39 +00:00