@@ -429,9 +429,9 @@ class MergerTest3T1LSo : public MergerTestBase {
429
429
const auto t0 = tid (0 ); \
430
430
const auto t1 = tid (1 ); \
431
431
const auto t2 = tid (2 ); \
432
- const PatternRef p0 = tensorPattern (t0); \
433
- const PatternRef p1 = tensorPattern (t1); \
434
- const PatternRef p2 = tensorPattern (t2); \
432
+ PatternRef p0 = tensorPattern (t0); \
433
+ PatternRef p1 = tensorPattern (t1); \
434
+ PatternRef p2 = tensorPattern (t2); \
435
435
auto s = merger.buildLattices (e, l0); \
436
436
expectNumLatPoints (s, 1 ); \
437
437
expectLatPoint (s, 0 , CONJ2##Pattern (CONJ1##Pattern (p0, p1), p2), \
@@ -466,9 +466,9 @@ FOREVERY_PAIR_OF_COMMON_CONJ_CONJ_BINOP(IMPL_MERGER_TEST_CONJ_CONJ_UNDEF)
466
466
const auto t1 = tid (1 ); \
467
467
const auto t2 = tid (2 ); \
468
468
const auto t3 = tid (3 ); \
469
- const PatternRef p0 = tensorPattern (t0); \
470
- const PatternRef p1 = tensorPattern (t1); \
471
- const PatternRef p2 = tensorPattern (t2); \
469
+ PatternRef p0 = tensorPattern (t0); \
470
+ PatternRef p1 = tensorPattern (t1); \
471
+ PatternRef p2 = tensorPattern (t2); \
472
472
auto s = merger.buildLattices (e, l0); \
473
473
expectNumLatPoints (s, 1 ); \
474
474
expectLatPoint (s, 0 , CONJ2##Pattern (CONJ1##Pattern (p0, p1), p2), \
@@ -504,8 +504,8 @@ FOREVERY_PAIR_OF_COMMON_CONJ_CONJ_BINOP(IMPL_MERGER_TEST_CONJ_CONJ_SPARSE_OUT)
504
504
const auto l0 = lid (0 ); \
505
505
const auto t0 = tid (0 ); \
506
506
const auto t1 = tid (1 ); \
507
- const PatternRef p0 = tensorPattern (t0); \
508
- const PatternRef p1 = tensorPattern (t1); \
507
+ PatternRef p0 = tensorPattern (t0); \
508
+ PatternRef p1 = tensorPattern (t1); \
509
509
auto s = merger.buildLattices (e, l0); \
510
510
\
511
511
expectNumLatPoints (s, 3 ); \
@@ -538,8 +538,8 @@ FOREVERY_COMMON_DISJ_BINOP(IMPL_MERGER_TEST_DISJ)
538
538
const auto l0 = lid (0 ); \
539
539
const auto t0 = tid (0 ); \
540
540
const auto t1 = tid (1 ); \
541
- const PatternRef p0 = tensorPattern (t0); \
542
- const PatternRef p1 = tensorPattern (t1); \
541
+ PatternRef p0 = tensorPattern (t0); \
542
+ PatternRef p1 = tensorPattern (t1); \
543
543
auto s = merger.buildLattices (e, l0); \
544
544
\
545
545
expectNumLatPoints (s, 1 ); \
@@ -572,9 +572,9 @@ FOREVERY_COMMON_CONJ_BINOP(IMPL_MERGER_TEST_CONJ)
572
572
const auto t0 = tid (0 ); \
573
573
const auto t1 = tid (1 ); \
574
574
const auto t2 = tid (2 ); \
575
- const PatternRef p0 = tensorPattern (t0); \
576
- const PatternRef p1 = tensorPattern (t1); \
577
- const PatternRef p2 = tensorPattern (t2); \
575
+ PatternRef p0 = tensorPattern (t0); \
576
+ PatternRef p1 = tensorPattern (t1); \
577
+ PatternRef p2 = tensorPattern (t2); \
578
578
auto s = merger.buildLattices (e, l0); \
579
579
\
580
580
expectNumLatPoints (s, 3 ); \
@@ -617,9 +617,9 @@ FOREVERY_PAIR_OF_COMMON_CONJ_DISJ_BINOP(IMPL_MERGER_TEST_CONJ_DISJ)
617
617
const auto t0 = tid (0 ); \
618
618
const auto t1 = tid (1 ); \
619
619
const auto t2 = tid (2 ); \
620
- const PatternRef p0 = tensorPattern (t0); \
621
- const PatternRef p1 = tensorPattern (t1); \
622
- const PatternRef p2 = tensorPattern (t2); \
620
+ PatternRef p0 = tensorPattern (t0); \
621
+ PatternRef p1 = tensorPattern (t1); \
622
+ PatternRef p2 = tensorPattern (t2); \
623
623
auto s = merger.buildLattices (e, l0); \
624
624
\
625
625
expectNumLatPoints (s, 7 ); \
@@ -668,9 +668,9 @@ FOREVERY_PAIR_OF_COMMON_DISJ_DISJ_BINOP(IMPL_MERGER_TEST_DISJ_DISJ)
668
668
const auto t0 = tid (0 ); \
669
669
const auto t1 = tid (1 ); \
670
670
const auto t2 = tid (2 ); \
671
- const PatternRef p0 = tensorPattern (t0); \
672
- const PatternRef p1 = tensorPattern (t1); \
673
- const PatternRef p2 = tensorPattern (t2); \
671
+ PatternRef p0 = tensorPattern (t0); \
672
+ PatternRef p1 = tensorPattern (t1); \
673
+ PatternRef p2 = tensorPattern (t2); \
674
674
auto s = merger.buildLattices (e, l0); \
675
675
expectNumLatPoints (s, 1 ); \
676
676
expectLatPoint (s, 0 , CONJ2##Pattern (CONJ1##Pattern (p0, p1), p2), \
@@ -707,8 +707,8 @@ FOREVERY_PAIR_OF_COMMON_CONJ_CONJ_BINOP(IMPL_MERGER_TEST_CONJ_CONJ)
707
707
const auto l0 = lid (0 ); \
708
708
const auto t0 = tid (0 ); \
709
709
const auto t1 = tid (1 ); \
710
- const PatternRef p0 = tensorPattern (t0); \
711
- const PatternRef p1 = tensorPattern (t1); \
710
+ PatternRef p0 = tensorPattern (t0); \
711
+ PatternRef p1 = tensorPattern (t1); \
712
712
auto s = merger.buildLattices (e, l0); \
713
713
\
714
714
expectNumLatPoints (s, 3 ); \
@@ -745,8 +745,8 @@ FOREVERY_COMMON_DISJ_BINOP(IMPL_MERGER_TEST_OPTIMIZED_DISJ)
745
745
const auto l0 = lid (0 ); \
746
746
const auto t0 = tid (0 ); \
747
747
const auto t1 = tid (1 ); \
748
- const PatternRef p0 = tensorPattern (t0); \
749
- const PatternRef p1 = tensorPattern (t1); \
748
+ PatternRef p0 = tensorPattern (t0); \
749
+ PatternRef p1 = tensorPattern (t1); \
750
750
auto s = merger.buildLattices (e, l0); \
751
751
\
752
752
expectNumLatPoints (s, 1 ); \
0 commit comments