[llvm] 37ccfc5 - [Sparc] Have test use IAS

Brad Smith via llvm-commits llvm-commits at lists.llvm.org
Sun May 22 22:23:01 PDT 2022


Author: Brad Smith
Date: 2022-05-23T01:22:07-04:00
New Revision: 37ccfc55ab4f12a1cf9f3c030c05f9bb30457149

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

LOG: [Sparc] Have test use IAS

Added: 
    

Modified: 
    llvm/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll b/llvm/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
index e6712b5fc9a91..706e9e1e33d14 100644
--- a/llvm/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
+++ b/llvm/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=sparc -no-integrated-as
+; RUN: llc < %s -march=sparc
 ; PR 1557
 
 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-f128:128:128"


        


More information about the llvm-commits mailing list