OSDN Git Service

Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass...
authorDaniel Dunbar <daniel@zuster.org>
Wed, 23 Jun 2010 17:09:26 +0000 (17:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 23 Jun 2010 17:09:26 +0000 (17:09 +0000)
commitcbe762b5d165c565feb98b745e93b71d208a1e36
tree0f6f0b75c5f50a24a09c41e4224b54fc1c4c0123
parentf1ab49e83abccd9f7b885e74172419249bd5fd8a
Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,"... it was causing both 'file' (with clang) and 176.gcc (with llvm-gcc) to be miscompiled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106634 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/shift-folding.ll
test/CodeGen/X86/store-narrow.ll