search for: iscondcodeleg

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

Did you mean: iscondcodelegal
2012 Dec 06
0
[LLVMdev] [PATCH] Replacing EVT:s with MVT:s (when possible)
...| 4 ++-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) commit 0a642d363069fb95a4bdaec598a1d7ba9c3d9f16 Author: Patrik Hägglund <patrik.h.hagglund at ericsson.com> Date: Tue Dec 4 16:33:04 2012 +0100 Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. include/llvm/Target/TargetLowering.h | 6 +++--- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 9 ++++++--- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 18 +++++++++--------- 3 files changed, 18 insertions(+), 15 deletions(-) commit 8c6d6ee1bb0c0898dec2c6...