@@ -380,9 +380,9 @@ using namespace vector;
380
380
// / }
381
381
// / ```
382
382
// /
383
- // / The -affine-vectorize pass with the following arguments:
383
+ // / The -affine-super- vectorize pass with the following arguments:
384
384
// / ```
385
- // / -affine-vectorize="virtual-vector-size=256 test-fastest-varying=0"
385
+ // / -affine-super- vectorize="virtual-vector-size=256 test-fastest-varying=0"
386
386
// / ```
387
387
// /
388
388
// / produces this standard innermost-loop vectorized code:
@@ -434,9 +434,10 @@ using namespace vector;
434
434
// / }
435
435
// / ```
436
436
// /
437
- // / The -affine-vectorize pass with the following arguments:
437
+ // / The -affine-super- vectorize pass with the following arguments:
438
438
// / ```
439
- // / -affine-vectorize="virtual-vector-size=32,256 test-fastest-varying=1,0"
439
+ // / -affine-super-vectorize="virtual-vector-size=32,256 \
440
+ /// test-fastest-varying=1,0"
440
441
// / ```
441
442
// /
442
443
// / produces this more interesting mixed outer-innermost-loop vectorized code:
@@ -523,10 +524,10 @@ using namespace vector;
523
524
// / }
524
525
// / ```
525
526
// /
526
- // / The -affine-vectorize pass with the following arguments:
527
+ // / The -affine-super- vectorize pass with the following arguments:
527
528
// / ```
528
- // / -affine-vectorize="virtual-vector-size=128 test-fastest-varying=0 \
529
- /// vectorize-reductions=true"
529
+ // / -affine-super- vectorize="virtual-vector-size=128 test-fastest-varying=0 \
530
+ /// vectorize-reductions=true"
530
531
// / ```
531
532
// / produces the following output:
532
533
// / ```mlir
0 commit comments