[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / DebugInfo / check-debugify-preserves-analyses.ll
blob74f564356d2ddf396e014b25b6dfb8b62ef541d5
1 ; RUN: opt < %s -globals-aa -function-attrs | \
2 ; RUN:   opt -S -strip -strip-dead-prototypes -strip-named-metadata > %t.no_dbg
4 ; RUN: opt < %s -debugify-each -globals-aa -function-attrs | \
5 ; RUN:   opt -S -strip -strip-dead-prototypes -strip-named-metadata > %t.with_dbg
7 ; RUN: diff %t.no_dbg %t.with_dbg
9 define i32 @f_1(i32 %x) {
10   %tmp = call i32 @f_1(i32 0) [ "deopt"() ]
11   ret i32 0