Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / cfi / create-derivers.test
blob377bbe994ff4038aef25666128f792f0d3c56ab4
1 REQUIRES: asserts
3 %% Explicit -flto to override possible -flto=thin in %clangxx_cfi
4 RUN: %clangxx_cfi -flto -c -o %t1.o %S/simple-fail.cpp
5 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t1.o 2>&1 | FileCheck --check-prefix=B0 %s
6 B0: {{1B|B@@}}: {{.*}} size 1
8 RUN: %clangxx_cfi -DB32 -flto -c -o %t2.o %S/simple-fail.cpp
9 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t2.o 2>&1 | FileCheck --check-prefix=B32 %s
10 B32: {{1B|B@@}}: {{.*}} size 2{{3|4}}
11 B32-NOT: all-ones
13 RUN: %clangxx_cfi -DB64 -flto -c -o %t3.o %S/simple-fail.cpp
14 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t3.o 2>&1 | FileCheck --check-prefix=B64 %s
15 B64: {{1B|B@@}}: {{.*}} size 5{{3|4}}
16 B64-NOT: all-ones
18 RUN: %clangxx_cfi -DBM -flto -c -o %t4.o %S/simple-fail.cpp
19 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t4.o 2>&1 | FileCheck --check-prefix=BM %s
20 BM: {{1B|B@@}}: {{.*}} size 8{{3|4}}
21 BM-NOT: all-ones