OSDN Git Service

Add support for promoting SETCC operations.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Jul 2009 18:22:59 +0000 (18:22 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Jul 2009 18:22:59 +0000 (18:22 +0000)
commit78d12644b905dc54cf6cf984af02a49d30d29744
tree6d331985db8d373932986a007eb1f31579738d7c
parent789476240d6b6f8ad9366cadf790a82bd41bb0b3
Add support for promoting SETCC operations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76987 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp