summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/optimization-remarks-yaml.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/optimization-remarks-yaml.ll')
-rw-r--r--test/Transforms/Inline/optimization-remarks-yaml.ll23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/Transforms/Inline/optimization-remarks-yaml.ll b/test/Transforms/Inline/optimization-remarks-yaml.ll
index df7fecbc195..16783634484 100644
--- a/test/Transforms/Inline/optimization-remarks-yaml.ll
+++ b/test/Transforms/Inline/optimization-remarks-yaml.ll
@@ -17,26 +17,6 @@
; The remarks output file should be empty.
; RUN: test ! -s %t.threshold
-; NewPM:
-; RUN: opt < %s -S -passes=inline -pass-remarks-missed=inline \
-; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 15 \
-; RUN: -pass-remarks-output=%t 2>&1 | FileCheck %s -check-prefix=CHECK_NEW
-; RUN: test ! -s %t
-; RUN: opt < %s -S -passes=inline -pass-remarks-with-hotness -pass-remarks-output=%t
-; RUN: test ! -s %t
-;
-; Verify that remarks that don't meet the hotness threshold are not output.
-; RUN: opt < %s -S -passes=inline -pass-remarks-missed=inline \
-; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
-; RUN: -pass-remarks-output=%t.threshold 2>&1 | \
-; RUN: FileCheck -check-prefix=THRESHOLD %s
-; RUN: test ! -s %t.threshold
-; RUN: opt < %s -S -passes=inline \
-; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
-; RUN: -pass-remarks-output=%t.threshold
-; The remarks output file should be empty.
-; RUN: test ! -s %t.threshold
-
; Check the YAML file generated for inliner remarks for this program:
;
; 1 int foo();
@@ -79,9 +59,6 @@
; No remarks should be output, since none meet the threshold.
; THRESHOLD-NOT: remark
-; NewPM does not output this kind of "missed" remark.
-; CHECK_NEW-NOT: remark
-
; ModuleID = '/tmp/s.c'
source_filename = "/tmp/s.c"
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"