[AIX] XFAIL 2009-03-29-SoftFloatVectorExtract.ll because of no soft float support

Soft floats are not currently supported on AIX, so mark this test as XFAIL on AIX for now.

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D113407
This commit is contained in:
Jake Egan 2021-11-10 20:58:05 -05:00
parent 8165eaa885
commit 423ea9ae7f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
; XFAIL: -aix
; RUN: llc < %s
; PR3899