[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / Inputs / comdat.ll
blob74a805cf8626fc2d2c6dba8a207ffa2538350867
1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
2 target triple = "i686-pc-windows-msvc"
4 $foo = comdat largest
5 @foo = global i64 43, comdat($foo)
7 define i32 @bar() comdat($foo) {
8   ret i32 43
11 $qux = comdat largest
12 @qux = global i32 13, comdat($qux)
13 @in_unselected_group = global i32 13, comdat($qux)
15 define i32 @baz() comdat($qux) {
16   ret i32 13
19 $any = comdat any
20 @any = global i64 7, comdat($any)