Skip to content
Commit 96d0c925 authored by Stepan Dyatkovskiy's avatar Stepan Dyatkovskiy
Browse files

SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...

SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation of Low and High from signed to unsigned. Since unsigned ints usually simpler, faster and allows to reduce some extra signed bit checks needed before <,>,<=,>= comparisons.

llvm-svn: 156985
parent eddc05ab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment