[llvm] r330493 - [MachineOutliner] XFAIL machine-outliner-noredzone.ll
Jessica Paquette via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 16:35:55 PDT 2018
Author: paquette
Date: Fri Apr 20 16:35:54 2018
New Revision: 330493
URL: http://llvm.org/viewvc/llvm-project?rev=330493&view=rev
Log:
[MachineOutliner] XFAIL machine-outliner-noredzone.ll
The verifier began complaining about an undefined physical register in this
test. XFAILing for the purposes of getting a bot up while I look into it.
Failure:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/11385/
Modified:
llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll
Modified: llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll?rev=330493&r1=330492&r2=330493&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll Fri Apr 20 16:35:54 2018
@@ -1,5 +1,6 @@
-; RUN: llc -enable-machine-outliner %s -o - | FileCheck %s
-; RUN: llc -enable-machine-outliner -aarch64-redzone %s -o - | FileCheck %s -check-prefix=REDZONE
+; XFAIL: *
+; RUN: llc -verify-machine-instrs -enable-machine-outliner %s -o - | FileCheck %s
+; RUN: llc -verify-machine-instrs -enable-machine-outliner -aarch64-redzone %s -o - | FileCheck %s -check-prefix=REDZONE
; Ensure that the MachineOutliner does not fire on functions which use a
; redzone. We don't care about what's actually outlined here. We just want to
More information about the llvm-commits
mailing list