[llvm] [LoopVectorize][NFC] Rewrite tests to check output of vplan cost model (PR #113697)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 08:43:56 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
----------------
david-arm wrote:

Yeah possibly - good suggestion. I'll double check to see if we generate output when no vector instructions are generated.

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


More information about the llvm-commits mailing list