[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-ifs / conflict-type.ifs
blobc518be4e141150984dbfd5bb7627c5ab6d63886a
1 # RUN: not llvm-ifs -action write-ifs -o - %s %S/func.ifs 2>&1 | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
4 # Here we are testing to see if two symbols with identical names will fail to
5 # merge in conflict due to mismatched types.
6 # CHECK-IFS: error: Interface Stub: Type Mismatch for a.
7 # CHECK-IFS-NEXT: Filename:
8 # CHECK-IFS-NEXT: Type Values: Object Func
10 --- !experimental-ifs-v1
11 IfsVersion: 1.0
12 Triple: x86_64-unknown-linux-gnu
13 ObjectFileFormat: ELF
14 Symbols:
15   a: { Type: Object, Size: 1 }
16 ...