[ARM] Split large truncating MVE stores
[llvm-complete.git] / test / CodeGen / MIR / X86 / zero-probability.mir
bloba02002299016a8544098ea26ef126d5fe0aa06ad
1 # RUN: llc -run-pass=none -o /dev/null %s
2 # REQUIRES: asserts
3 # REQUIRES: default_triple
4 # Makes sure that having a probability of 0x00000000 to branch to a successor
5 # doesn't hit an APInt assert in the MIParser.
7 ---
8 name:            main
9 body:             |
10   bb.0:
11     successors: %bb.1(0x00000000)
12   bb.1:
14 ...