[llvm] 864586d - [ARM] Pass -verify-machineinstr to test and XFAIL until fixed.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 08:45:14 PDT 2020


Author: Florian Hahn
Date: 2020-07-10T16:44:52+01:00
New Revision: 864586d0fd7df8efb2ac1f85ad1122e9a8fae349

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

LOG: [ARM] Pass -verify-machineinstr to test and XFAIL until fixed.

Some bots run with -verify-machineinstr enabled. Add it to the new test
and XFAIL it until fixed.

Added: 
    

Modified: 
    llvm/test/CodeGen/ARM/dbg-tcreturn.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/ARM/dbg-tcreturn.ll b/llvm/test/CodeGen/ARM/dbg-tcreturn.ll
index 9aed1bb14d58..37ec4e3d92ee 100644
--- a/llvm/test/CodeGen/ARM/dbg-tcreturn.ll
+++ b/llvm/test/CodeGen/ARM/dbg-tcreturn.ll
@@ -1,4 +1,5 @@
-; RUN: llc %s -o - -stop-after=finalize-isel | FileCheck %s
+; XFAIL: *
+; RUN: llc %s -o - -stop-after=finalize-isel -verify-machineinstr | FileCheck %s
 
 target datalayout = "e-m:o-p:32:32-Fi8-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32"
 target triple = "thumbv7-apple-ios7.0.0"


        


More information about the llvm-commits mailing list