Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / value-profile-div.test
blobcf2e255a8e187c0be2ee622f1a2014e0c3b3290c
1 REQUIRES: target={{(i.86|x86_64)-.*}}
2 CHECK: AddressSanitizer: {{FPE|int-divide-by-zero}}
3 RUN: %cpp_compiler %S/DivTest.cpp -fsanitize-coverage=trace-div -o %t-DivTest
4 RUN: not %run %t-DivTest -seed=1 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s