[llvm] 900b636 - [AIX][test] XFAIL constant folding log1p test
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 08:27:33 PDT 2024
Author: Jake Egan
Date: 2024-10-21T11:27:15-04:00
New Revision: 900b6369e2f5fbc229371a142fdcd28b5280dbc0
URL: https://github.com/llvm/llvm-project/commit/900b6369e2f5fbc229371a142fdcd28b5280dbc0
DIFF: https://github.com/llvm/llvm-project/commit/900b6369e2f5fbc229371a142fdcd28b5280dbc0.diff
LOG: [AIX][test] XFAIL constant folding log1p test
Test added by commit 47a6da2d4dc7d996eb2678243ac566822d59e483 fails on the AIX bot. So XFAIL for now to investigate further.
Added:
Modified:
llvm/test/Transforms/InstCombine/log1p.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/log1p.ll b/llvm/test/Transforms/InstCombine/log1p.ll
index 81d3cc8a4f7ac9..bbf89db8c34105 100644
--- a/llvm/test/Transforms/InstCombine/log1p.ll
+++ b/llvm/test/Transforms/InstCombine/log1p.ll
@@ -1,3 +1,4 @@
+; XFAIL: target={{.*}}-aix{{.*}}
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
More information about the llvm-commits
mailing list