[llvm] 6da3f90 - [AIX][tests] XFAIL atan.ll test on AIX

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 06:58:42 PDT 2022


Author: Jake Egan
Date: 2022-08-09T09:58:08-04:00
New Revision: 6da3f90195e32d9fd36a5794b6b397360fc0e1e4

URL: https://github.com/llvm/llvm-project/commit/6da3f90195e32d9fd36a5794b6b397360fc0e1e4
DIFF: https://github.com/llvm/llvm-project/commit/6da3f90195e32d9fd36a5794b6b397360fc0e1e4.diff

LOG: [AIX][tests] XFAIL atan.ll test on AIX

XFAIL this newly added test for now to get the AIX bot back to green.

Added: 
    

Modified: 
    llvm/test/Transforms/EarlyCSE/atan.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/EarlyCSE/atan.ll b/llvm/test/Transforms/EarlyCSE/atan.ll
index a7de4a711412..edd25c58554a 100644
--- a/llvm/test/Transforms/EarlyCSE/atan.ll
+++ b/llvm/test/Transforms/EarlyCSE/atan.ll
@@ -1,3 +1,4 @@
+; XFAIL: aix
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt -early-cse -S < %s | FileCheck %s
 


        


More information about the llvm-commits mailing list