[llvm] [LoopVectorize][NFC] Rewrite tests to check output of vplan cost model (PR #113697)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 06:24:31 PDT 2024
================
@@ -6,7 +6,6 @@ target triple = "aarch64--linux-gnu"
; CHECK-LABEL: all_scalar
; CHECK: LV: Found scalar instruction: %i.next = add nuw nsw i64 %i, 2
-; CHECK: LV: Found an estimated cost of 1 for VF 2 For instruction: %i.next = add nuw nsw i64 %i, 2
----------------
davemgreen wrote:
Could this test the cost of "induction instruction"
https://github.com/llvm/llvm-project/pull/113697
More information about the llvm-commits
mailing list