[llvm-branch-commits] [llvm] Patch 3: [LV] Add extra CM instace for EpilogueTF (PR #202820)

Luke Lau via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jun 14 21:22:53 PDT 2026


================
@@ -0,0 +1,47 @@
+; REQUIRES: asserts
+
+; RUN: opt -S -passes=loop-vectorize -epilogue-tail-folding-policy=dont-fold-tail \
+; RUN:   -debug < %s 2>%t | FileCheck %s
+; RUN: cat %t | FileCheck --check-prefix=DEFAULT-CM %s
----------------
lukel97 wrote:

How come this has two FileCheck invocations? Do we need to test the `CHECK-LABEL: @test_epilogue_tf` bit below? It would be nice if we can just do `opt < %s 2>&1 | FileCheck %s` and avoid writing to `%t`, since that sometimes leaves around a `%t` file w/ UTC

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


More information about the llvm-branch-commits mailing list