[llvm-branch-commits] [llvm] Fix test pfalse-v4i1.ll added in #138712 to require asserts. (PR #139822)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 13 18:29:35 PDT 2025
https://github.com/dyung created https://github.com/llvm/llvm-project/pull/139822
The main branch commit 57e88993fee30f4441e87df4df061393600b2ada was was cherry-picked to the release/20.x branch in ae97a56d363f95d382bac5eca5f9b5775b1919c2 and it did not include a follow-up fix that I made to the test which was failing when run in a configuration that did not include asserts. This cherry-pick should fix that as it did on main.
This test failure was seen on one of our internal bots that builds without asserts enabled.
>From 340d19927571709999c006f13b648d3e632a79fa Mon Sep 17 00:00:00 2001
From: Douglas Yung <douglas.yung at sony.com>
Date: Wed, 7 May 2025 06:13:07 +0000
Subject: [PATCH] Fix test pfalse-v4i1.ll added in #138712 to require asserts.
Should fix build bot failure: https://lab.llvm.org/buildbot/#/builders/202/builds/1102
(cherry picked from commit 194a4a333a95f9e001d2c8abe82c3d4cf8894acf)
---
llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll b/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
index c0904b8b4fdd6..2c26bb1e310ea 100644
--- a/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
+++ b/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=hexagon -debug-only=isel 2>&1 < %s - | FileCheck %s
+; REQUIRES: asserts
; CHECK: [[R0:%[0-9]+]]:intregs = A2_tfrsi 0
; CHECK-NEXT: predregs = C2_tfrrp killed [[R0]]:intregs
More information about the llvm-branch-commits
mailing list