]> granicus.if.org Git - llvm/commit
[X86][SSE] Move combineTo call out of combineX86ShufflesConstants. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 10 Sep 2017 18:10:49 +0000 (18:10 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 10 Sep 2017 18:10:49 +0000 (18:10 +0000)
commit58716e880b76e79355b758e173c20dbc5df5c131
tree498324d0cbd000971d8a2b6fba60045b5f709d00
parent44e68c6bb86bdeda4ab9b2d67d324f7912dd8d96
[X86][SSE] Move combineTo call out of combineX86ShufflesConstants. NFCI.

Move towards making it possible to use the shuffle combines for cases where we don't want to call DCI.CombineTo() with the result.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312886 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp