repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
MIR
/
X86
/
zero-probability.mir
blob
a02002299016a8544098ea26ef126d5fe0aa06ad
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.
6
7
---
8
name: main
9
body: |
10
bb.0:
11
successors: %bb.1(0x00000000)
12
bb.1:
13
14
...