[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-ifs / conflict-size.ifs
blob173ce268c741c81e704f487d6377b5e482b4cd05
1 # RUN: not llvm-ifs -action write-ifs -o - %s %S/object.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 mismatching sizes.
6 # CHECK-IFS: error: Interface Stub: Size Mismatch for b.
7 # CHECK-IFS-NEXT: Filename:
8 # CHECK-IFS-NEXT: Size Values: 1 4
10 --- !experimental-ifs-v1
11 IfsVersion: 1.0
12 Triple: x86_64-unknown-linux-gnu
13 ObjectFileFormat: ELF
14 Symbols:
15   b: { Type: Object, Size: 1 }
16 ...