[llvm] [PowerPC][AIX] xfail atan-intrinsic to unblock bot (PR #143723)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 11 08:19:33 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Lei Huang (lei137)
<details>
<summary>Changes</summary>
Testcase from https://github.com/llvm/llvm-project/pull/143416 is causing the AIX bot to be red. XFAIL for now till issue can be resolved.
---
Full diff: https://github.com/llvm/llvm-project/pull/143723.diff
1 Files Affected:
- (modified) llvm/test/Transforms/InstSimplify/ConstProp/atan-intrinsic.ll (+1)
``````````diff
diff --git a/llvm/test/Transforms/InstSimplify/ConstProp/atan-intrinsic.ll b/llvm/test/Transforms/InstSimplify/ConstProp/atan-intrinsic.ll
index d824d6d35643d..c5c17d65524c2 100644
--- a/llvm/test/Transforms/InstSimplify/ConstProp/atan-intrinsic.ll
+++ b/llvm/test/Transforms/InstSimplify/ConstProp/atan-intrinsic.ll
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
; RUN: opt -S -passes=instsimplify < %s | FileCheck %s
+; XFAIL: target={{.*}}-aix{{.*}}
define double @test_atan_0() {
; CHECK-LABEL: define double @test_atan_0() {
``````````
</details>
https://github.com/llvm/llvm-project/pull/143723
More information about the llvm-commits
mailing list