[ARM] MVE compare vector splat combine
[llvm-complete.git] / test / Bitcode / upgrade-clang-arc-use.ll
blobdb5481f06f6f1b90e53c4164b56f6a367a1692e8
1 ; Test upgrade of clang.arc.use by removing it.
2 ; Bitcode input generated from llvm 6.0
4 ; RUN: llvm-dis %s.bc -o - | FileCheck %s
6 %0 = type opaque
7 define void @foo() {
8   %1 = tail call %0* @foo0()
9 ; CHECK-NOT: clang.arc.use
10   call void (...) @clang.arc.use(%0* %1)
11   ret void
13 declare %0* @foo0()
14 declare void @clang.arc.use(...)