]> granicus.if.org Git - llvm/commit
[x86] Hoist the actual lowering logic into a helper function to separate
authorChandler Carruth <chandlerc@gmail.com>
Fri, 19 Sep 2014 21:20:08 +0000 (21:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 19 Sep 2014 21:20:08 +0000 (21:20 +0000)
commit401b720aa8d6ed0fd622910946e7226a2d7ba221
treead7536841cc8e22f1ca0947e8a1b20385877c5ae
parent7d1a53b82375d94b6bb16cc40ee00d7be56ca890
[x86] Hoist the actual lowering logic into a helper function to separate
it from the shuffle pattern matching logic.

Also cleaned up variable names, comments, etc. No functionality changed.

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