diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/machine-outliner-flags.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/machine-outliner-flags.ll | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/machine-outliner-flags.ll b/llvm/test/CodeGen/AArch64/machine-outliner-flags.ll index c435093b794..e00a19099cf 100644 --- a/llvm/test/CodeGen/AArch64/machine-outliner-flags.ll +++ b/llvm/test/CodeGen/AArch64/machine-outliner-flags.ll @@ -14,7 +14,7 @@ ; RUN: | FileCheck %s -check-prefix=NEVER ; RUN: llc %s -debug-pass=Structure -verify-machineinstrs \ -; RUN: --debug-only=machine-outliner -mtriple arm64---- -o /dev/null 2>&1 \ +; RUN: -mtriple arm64---- -o /dev/null 2>&1 \ ; RUN: | FileCheck %s -check-prefix=NOT-ADDED ; RUN: llc %s -O=0 -debug-pass=Structure -verify-machineinstrs \ @@ -27,11 +27,10 @@ ; Cases where it should be added: ; * -enable-machine-outliner ; * -enable-machine-outliner=always -; * -enable-machine-outliner is not passed (AArch64 supports -; target-default outlining) ; ; Cases where it should not be added: ; * -O0 or equivalent +; * -enable-machine-outliner is not passed ; * -enable-machine-outliner=never is passed ; ALWAYS: Machine Outliner @@ -39,8 +38,7 @@ ; ENABLE: Machine Outliner ; ENABLE: Machine Outliner: Running on all functions ; NEVER-NOT: Machine Outliner -; NOT-ADDED: Machine Outliner -; NOT-ADDED: Machine Outliner: Running on target-default functions +; NOT-ADDED-NOT: Machine Outliner ; OPTNONE-NOT: Machine Outliner define void @foo() { |

