2021-05-13 Kwok Cheung Yeung <kcy@codesourcery.com>
gcc/
* omp-offload.c (oacc_xform_loop): Remove vec_tiles.
+2021-05-13 Kwok Cheung Yeung <kcy@codesourcery.com>
+
+ * omp-offload.c (oacc_xform_loop): Remove vec_tiles.
+
2021-05-05 Chung-Lin Tang <cltang@codesourcery.com>
* tree.h (OMP_CLAUSE_MAP_IMPLICIT_P): New access macro for 'implicit'
bool chunking = false, striding = true;
unsigned outer_mask = mask & (~mask + 1); // Outermost partitioning
unsigned inner_mask = mask & ~outer_mask; // Inner partitioning (if any)
- bool vec_tiles = true;
tree vf_by_vectorizer = NULL_TREE;
/* Skip lowering if return value of IFN_GOACC_LOOP call is not used. */