OSDN Git Service

DAG combiner fix for rotates. Previously the outer-most condition checks
authorEvan Cheng <evan.cheng@apple.com>
Thu, 31 Aug 2006 07:41:12 +0000 (07:41 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 31 Aug 2006 07:41:12 +0000 (07:41 +0000)
commitdfcfacb0cba97e1ac7e1f619b091d4383218fbd0
treed110316e2e260f350f54da2c8c137b6fc975a257
parent2ebfa0c61823c5d7528b1b3235106c30cb8d53f1
DAG combiner fix for rotates. Previously the outer-most condition checks
for ROTL availability. This prevents it from forming ROTR for targets that
has ROTR only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29997 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp