@@ -47,7 +47,7 @@ performance improvement can be expected by an optimal automatic optimizer.
47
47
48
48
$ opt -basic-aa -polly-ast -analyze matmul.preopt.ll -polly-process-unprofitable -polly-use-llvm-names
49
49
50
- .. code-block :: guess
50
+ .. code-block :: text
51
51
52
52
:: isl ast :: init_array :: %for.cond1.preheader---%for.end19
53
53
@@ -106,7 +106,7 @@ performance improvement can be expected by an optimal automatic optimizer.
106
106
107
107
$ opt -polly-use-llvm-names -basic-aa -polly-scops -analyze matmul.preopt.ll -polly-process-unprofitable
108
108
109
- .. code-block :: guess
109
+ .. code-block :: text
110
110
111
111
[...]Printing analysis 'Polly - Create polyhedral description of Scops' for region: 'for.cond1.preheader => for.end19' in function 'init_array':
112
112
Function: init_array
@@ -196,7 +196,7 @@ performance improvement can be expected by an optimal automatic optimizer.
196
196
197
197
$ opt -basic-aa -polly-use-llvm-names -polly-dependences -analyze matmul.preopt.ll -polly-process-unprofitable
198
198
199
- .. code-block :: guess
199
+ .. code-block :: text
200
200
201
201
[...]Printing analysis 'Polly - Calculate dependences' for region: 'for.cond1.preheader => for.end19' in function 'init_array':
202
202
RAW dependences:
@@ -228,7 +228,7 @@ performance improvement can be expected by an optimal automatic optimizer.
228
228
229
229
$ opt -basic-aa -polly-use-llvm-names -polly-export-jscop matmul.preopt.ll -polly-process-unprofitable
230
230
231
- .. code-block :: guess
231
+ .. code-block :: text
232
232
233
233
[...]Writing JScop '%for.cond1.preheader---%for.end19' in function 'init_array' to './init_array___%for.cond1.preheader---%for.end19.jscop'.
234
234
@@ -389,7 +389,7 @@ performance improvement can be expected by an optimal automatic optimizer.
389
389
390
390
$ opt -S matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=interchanged -polly-codegen -polly-process-unprofitable | opt -S -O3 -o matmul.polly.interchanged.ll
391
391
392
- .. code-block :: guess
392
+ .. code-block :: text
393
393
394
394
Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%for.cond1.preheader---%for.end19.jscop.interchanged'.
395
395
File could not be read: No such file or directory
@@ -399,7 +399,7 @@ performance improvement can be expected by an optimal automatic optimizer.
399
399
400
400
$ opt -S matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=interchanged+tiled -polly-codegen -polly-process-unprofitable | opt -S -O3 -o matmul.polly.interchanged+tiled.ll
401
401
402
- .. code-block :: guess
402
+ .. code-block :: text
403
403
404
404
Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%for.cond1.preheader---%for.end19.jscop.interchanged+tiled'.
405
405
File could not be read: No such file or directory
@@ -409,7 +409,7 @@ performance improvement can be expected by an optimal automatic optimizer.
409
409
410
410
$ opt -S matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=interchanged+tiled+vector -polly-codegen -polly-vectorizer=polly -polly-process-unprofitable | opt -S -O3 -o matmul.polly.interchanged+tiled+vector.ll
411
411
412
- .. code-block :: guess
412
+ .. code-block :: text
413
413
414
414
Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%for.cond1.preheader---%for.end19.jscop.interchanged+tiled+vector'.
415
415
File could not be read: No such file or directory
@@ -419,7 +419,7 @@ performance improvement can be expected by an optimal automatic optimizer.
419
419
420
420
$ opt -S matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=interchanged+tiled+vector -polly-codegen -polly-vectorizer=polly -polly-parallel -polly-process-unprofitable | opt -S -O3 -o matmul.polly.interchanged+tiled+openmp.ll
421
421
422
- .. code-block :: guess
422
+ .. code-block :: text
423
423
424
424
Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%for.cond1.preheader---%for.end19.jscop.interchanged+tiled+vector'.
425
425
File could not be read: No such file or directory
0 commit comments