[llvm] [LV][NFC] Autogen a test with integer costs per lane (PR #201560)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 06:24:57 PDT 2026


================
@@ -47,6 +47,13 @@ using VectorParts = SmallVector<Value *, 2>;
 #define LV_NAME "loop-vectorize"
 #define DEBUG_TYPE LV_NAME
 
+#if !defined(NDEBUG)
+static cl::opt<bool> VPlanDontPrintMetadata(
----------------
paulwalker-arm wrote:

The `Dont` looks awkward to my eye. Perhaps `VPlanPrintMetadata` or `VPlanDisableMetadataPrinting` reads better?

https://github.com/llvm/llvm-project/pull/201560


More information about the llvm-commits mailing list