search for: bittestblock

Displaying 1 result from an estimated 1 matches for "bittestblock".

2012 Dec 06
0
[LLVMdev] [PATCH] Replacing EVT:s with MVT:s (when possible)
...| 6 +++--- lib/Target/X86/X86ISelLowering.h | 4 ++-- 5 files changed, 30 insertions(+), 8 deletions(-) commit c2b741acf39b269946a85d7676045fe59e29b290 Author: Patrik Hägglund <patrik.h.hagglund at ericsson.com> Date: Thu Dec 6 10:25:43 2012 +0100 Change RegVT in BitTestBlock and RegsForValue, in SelectionDAGBuilder, to contain MVTs, instead of EVTs. lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 21 ++++++++++----------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) commit 2f58c92a7734f827bf57d8e9...