diff options
Diffstat (limited to 'gcc/tree-vectorizer.h')
-rw-r--r-- | gcc/tree-vectorizer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h index 135eb11..79db02a 100644 --- a/gcc/tree-vectorizer.h +++ b/gcc/tree-vectorizer.h @@ -1278,6 +1278,11 @@ public: poly_uint64 target_alignment; /* If true the alignment of base_decl needs to be increased. */ bool base_misaligned; + + /* Set by early break vectorization when this DR needs peeling for alignment + for correctness. */ + bool need_peeling_for_alignment; + tree base_decl; /* Stores current vectorized loop's offset. To be added to the DR's |