[llvm] b05918f - [AMDGPU] Removed XFAIL from hsa-gfx940-v3.s. NFC.

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 15:38:57 PST 2022


Author: Stanislav Mekhanoshin
Date: 2022-03-02T15:38:14-08:00
New Revision: b05918f2f791f7f369bfa794b70e93d61bd1ce6e

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

LOG: [AMDGPU] Removed XFAIL from hsa-gfx940-v3.s. NFC.

Handling of big endian was fixed in D88858.

Added: 
    

Modified: 
    llvm/test/MC/AMDGPU/hsa-gfx940-v3.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AMDGPU/hsa-gfx940-v3.s b/llvm/test/MC/AMDGPU/hsa-gfx940-v3.s
index d446513a65d88..bf2e6081a8050 100644
--- a/llvm/test/MC/AMDGPU/hsa-gfx940-v3.s
+++ b/llvm/test/MC/AMDGPU/hsa-gfx940-v3.s
@@ -3,9 +3,6 @@
 // RUN: llvm-readelf -S -r -s %t | FileCheck --check-prefix=READOBJ %s
 // RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s
 
-// big endian not supported
-// XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc
-
 // READOBJ: Section Headers
 // READOBJ: .text   PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9]+}} AX {{[0-9]+}} {{[0-9]+}} 256
 // READOBJ: .rodata PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}}        000080 {{[0-9]+}}  A {{[0-9]+}} {{[0-9]+}} 64


        


More information about the llvm-commits mailing list