Skip to content

Commit e2581bc

Browse files
committed
... and the tests ...
1 parent d3be9f6 commit e2581bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/Transforms/Util/trivial-auto-var-init-call.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: opt -passes=annotation-remarks -o /dev/null -S -pass-remarks-output=%t.opt.yaml %s -pass-remarks-missed=annotation-remarks 2>&1 | FileCheck %s
2+
; RUN: opt --try-experimental-debuginfo-iterators -passes=annotation-remarks -o /dev/null -S -pass-remarks-output=%t.opt.yaml %s -pass-remarks-missed=annotation-remarks 2>&1 | FileCheck %s
23
; RUN: cat %t.opt.yaml | FileCheck -check-prefix=YAML %s
34

45
; Emit remarks for memcpy, memmove, memset, bzero.

llvm/test/Transforms/Util/trivial-auto-var-init-store.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: opt -passes=annotation-remarks -o /dev/null -S -pass-remarks-output=%t.opt.yaml %s -pass-remarks-missed=annotation-remarks 2>&1 | FileCheck %s
2+
; RUN: opt --try-experimental-debuginfo-iterators -passes=annotation-remarks -o /dev/null -S -pass-remarks-output=%t.opt.yaml %s -pass-remarks-missed=annotation-remarks 2>&1 | FileCheck %s
23
; RUN: cat %t.opt.yaml | FileCheck -check-prefix=YAML %s
34

45
; Emit a remark that reports a store.

0 commit comments

Comments
 (0)