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
Loading
Please register or sign in to comment