[PM] Sink the population of the pass manager with target-specific
[oota-llvm.git] / include / llvm / Transforms / Vectorize.h
index e93b39a8140c952638413704d0fe8bcef4f43757..aec3993d68fcf49f78d27abbfceae70266d1da11 100644 (file)
@@ -47,6 +47,9 @@ struct VectorizeConfig {
   /// @brief Vectorize floating-point math intrinsics.
   bool VectorizeMath;
 
+  /// @brief Vectorize bit intrinsics.
+  bool VectorizeBitManipulations;
+
   /// @brief Vectorize the fused-multiply-add intrinsic.
   bool VectorizeFMA;