[llvm] 3140d51 - llvm-reduce: Remove unsupported from bitcode uselistorder test (#134185)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 21:04:05 PDT 2025
Author: Matt Arsenault
Date: 2025-04-03T11:04:02+07:00
New Revision: 3140d51cf3984e83f6480efc6a6f06e4567e7486
URL: https://github.com/llvm/llvm-project/commit/3140d51cf3984e83f6480efc6a6f06e4567e7486
DIFF: https://github.com/llvm/llvm-project/commit/3140d51cf3984e83f6480efc6a6f06e4567e7486.diff
LOG: llvm-reduce: Remove unsupported from bitcode uselistorder test (#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
Added:
Modified:
llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
Removed:
################################################################################
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