[llvm] r319242 - Remove this test

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 14:39:38 PST 2017


Author: anemet
Date: Tue Nov 28 14:39:38 2017
New Revision: 319242

URL: http://llvm.org/viewvc/llvm-project?rev=319242&view=rev
Log:
Remove this test

After r319235, we no longer generate this remark.

Removed:
    llvm/trunk/test/Transforms/TailCallElim/opt-remarks.ll

Removed: llvm/trunk/test/Transforms/TailCallElim/opt-remarks.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailCallElim/opt-remarks.ll?rev=319241&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailCallElim/opt-remarks.ll (original)
+++ llvm/trunk/test/Transforms/TailCallElim/opt-remarks.ll (removed)
@@ -1,25 +0,0 @@
-; RUN: opt %s -tailcallelim -pass-remarks=tailcallelim -o /dev/null 2>&1 | FileCheck %s
-; RUN: opt %s -o /dev/null -passes='require<opt-remark-emit>,tailcallelim' -pass-remarks=tailcallelim 2>&1 | FileCheck %s
-
-; CHECK: /home/davide/pat.c:2:20: marked as tail call candidate
-define void @patatino() {
-  call void @tinky(), !dbg !8
-  ret void
-}
-
-declare void @tinky()
-
-
-!llvm.dbg.cu = !{!0}
-!llvm.module.flags = !{!3, !4}
-!llvm.ident = !{!5}
-
-!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.9.0 ", isOptimized: true, runtimeVersion: 0, emissionKind: NoDebug, enums: !2)
-!1 = !DIFile(filename: "/home/davide/pat.c", directory: "/tmp")
-!2 = !{}
-!3 = !{i32 2, !"Debug Info Version", i32 3}
-!4 = !{i32 1, !"PIC Level", i32 2}
-!5 = !{!"clang version 3.9.0 "}
-!6 = distinct !DISubprogram(name: "success", scope: !1, file: !1, line: 1, type: !7, isLocal: false, isDefinition: true, scopeLine: 1, flags: DIFlagPrototyped, isOptimized: true, unit: !0, variables: !2)
-!7 = !DISubroutineType(types: !2)
-!8 = !DILocation(line: 2, column: 20, scope: !6)




More information about the llvm-commits mailing list