Skip to content

Commit c41f96d

Browse files
committed
backport a fix for a newly added test that's failing
1 parent bb221a4 commit c41f96d

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ source:
1919
# - patches/expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch # adjusts test added in 10.0.0 for intel-D47188-svml-VF.patch effects
2020
# - patches/amd-roc-2.7.0.diff
2121
- patches/0001-pass-through-QEMU_LD_PREFIX-SDKROOT.patch
22+
# backport https://github.com/llvm/llvm-project/commit/194a4a333a95f9e001d2c8abe82c3d4cf8894acf
23+
# for issues stemming from https://github.com/llvm/llvm-project/pull/138712
24+
- patches/0002-Fix-test-pfalse-v4i1.ll-added-in-138712-to-require-a.patch
2225

2326
build:
2427
number: 0

recipe/patches/0001-pass-through-QEMU_LD_PREFIX-SDKROOT.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From bb5851df7e0a78e5569b29a59cabc04e1af15ebd Mon Sep 17 00:00:00 2001
1+
From 17dc94af58719b31e1dfddac18f536d8293a999a Mon Sep 17 00:00:00 2001
22
From: Isuru Fernando <[email protected]>
33
Date: Tue, 4 Aug 2020 21:06:30 -0500
4-
Subject: [PATCH] pass through QEMU_LD_PREFIX & SDKROOT
4+
Subject: [PATCH 1/2] pass through QEMU_LD_PREFIX & SDKROOT
55

66
---
77
llvm/utils/lit/lit/TestingConfig.py | 2 ++
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From d92b6e6a378ad0fa49333ff8037bd840ed246e56 Mon Sep 17 00:00:00 2001
2+
From: Douglas Yung <[email protected]>
3+
Date: Wed, 7 May 2025 06:13:07 +0000
4+
Subject: [PATCH 2/2] Fix test pfalse-v4i1.ll added in #138712 to require
5+
asserts.
6+
7+
Should fix build bot failure: https://lab.llvm.org/buildbot/#/builders/202/builds/1102
8+
---
9+
llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll | 1 +
10+
1 file changed, 1 insertion(+)
11+
12+
diff --git a/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll b/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
13+
index c0904b8b4fdd..2c26bb1e310e 100644
14+
--- a/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
15+
+++ b/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
16+
@@ -1,4 +1,5 @@
17+
; RUN: llc -march=hexagon -debug-only=isel 2>&1 < %s - | FileCheck %s
18+
+; REQUIRES: asserts
19+
20+
; CHECK: [[R0:%[0-9]+]]:intregs = A2_tfrsi 0
21+
; CHECK-NEXT: predregs = C2_tfrrp killed [[R0]]:intregs

0 commit comments

Comments
 (0)