[llvm] llvm-reduce: Remove unsupported from bitcode uselistorder test (PR #134185)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Apr  2 18:15:48 PDT 2025
    
    
  
https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/134185
This was disabled due to flakiness but I'm currently unable to reproduce.
I'm nervous the original issue still exists. However, I downgraded the tripped
assert in 8c18c25b1b22ea710edb40a4f167a6a8bfe6ff9d to a warning since the same
assert can trigger for illegitimate reasons.
Fixes #64157
>From ccb54b3eac3665142b39d801c9137a04e062995b Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Fri, 28 Mar 2025 13:03:07 +0700
Subject: [PATCH] llvm-reduce: Remove unsupported from bitcode uselistorder
 test
This was disabled due to flakiness but I'm currently unable to reproduce.
I'm nervous the original issue still exists. However, I downgraded the tripped
assert in 8c18c25b1b22ea710edb40a4f167a6a8bfe6ff9d to a warning since the same
assert can trigger for illegitimate reasons.
Fixes #64157
---
 llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
index ed48b25baf35a..ac98d75ef2d3b 100644
--- a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
+++ b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
@@ -1,6 +1,3 @@
-; Sometimes fails with an assert on many targets.
-; UNSUPPORTED: target={{.*}}
-
 ; RUN: llvm-as -o %t.bc %s
 
 ; RUN: llvm-reduce -j=1 --abort-on-invalid-reduction \
    
    
More information about the llvm-commits
mailing list