https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/212082
Backport 0a7d5c755e6280ca94f09b3fe2301133c0a9f9a2 Requested by: @dyung >From c74ab20cf164b1fb97eaabf73afe48f2dd952b82 Mon Sep 17 00:00:00 2001 From: Henry Jiang <[email protected]> Date: Sat, 25 Jul 2026 14:25:44 -0700 Subject: [PATCH] [Hexagon] Fix missing requires assert for swp-epilog-phi12.mir (#212062) (cherry picked from commit 0a7d5c755e6280ca94f09b3fe2301133c0a9f9a2) --- llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir b/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir index 6a5d6c9501353..194230596f3bf 100644 --- a/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir +++ b/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir @@ -1,4 +1,5 @@ # RUN: llc -march=hexagon -run-pass=pipeliner -debug-only=pipeliner %s -o - 2>&1 > /dev/null | FileCheck %s +# REQUIRES: asserts # Test that the phi in the epilog block generated for an existing phi # in the loop, obtains loop value from phi generated in the kernel block. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
