OSDN Git Service

Change VDUPLANE DAG combiner to just return the result instead of calling
authorBob Wilson <bob.wilson@apple.com>
Wed, 22 Sep 2010 22:27:30 +0000 (22:27 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 22 Sep 2010 22:27:30 +0000 (22:27 +0000)
commitb68987e4bff7cd269e0cb40b30851e9c2195db99
tree9c2c196109a09cb86162c16b24cde55388764d04
parent59ff3c913449402ad5447bbe3ae6338402fb84b0
Change VDUPLANE DAG combiner to just return the result instead of calling
CombineTo to avoid putting the result on the worklist.  I don't think it makes
much difference for now, but it might help someday as we add more DAG
combine optimizations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114595 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp