[FastISel][AArch64] Simplify mul to shift when possible.
[oota-llvm.git] / test / tools / gold / common.ll
1 ; RUN: llvm-as %s -o %t1.o
2 ; RUN: llvm-as %p/Inputs/common.ll -o %t2.o
3
4 ; RUN: ld -plugin %llvmshlibdir/LLVMgold.so \
5 ; RUN:    --plugin-opt=emit-llvm \
6 ; RUN:    -shared %t1.o %t2.o -o %t3.o
7 ; RUN: llvm-dis %t3.o -o - | FileCheck %s
8
9 @a = common global i8 0, align 8
10
11 ; CHECK: @a = common global i16 0, align 8