[llvm] [LoopVectorize] Refine runtime memory check costs when there is an outer loop (PR #76034)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 04:26:02 PST 2023


================
@@ -0,0 +1,193 @@
+; RUN: opt -p loop-vectorize -mattr=+sve -debug-only=loop-vectorize -S -disable-output < %s 2>&1 | FileCheck %s
+
----------------
fhahn wrote:

This needs `REQUIRES: asserts` as this is checking the debug output.

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


More information about the llvm-commits mailing list