[x86] Make the split-and-lower routine fully generic by relaxing the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 29 Sep 2014 00:21:49 +0000 (00:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 29 Sep 2014 00:21:49 +0000 (00:21 +0000)
commit3bc1ba672c7102605015be77df5b54b3822c3cd8
treed6d60338e1e8e6608a0dc8d1ef26a11b7fe123fa
parentb61dfec8245743fb20cbee18dc41fb16a952404e
[x86] Make the split-and-lower routine fully generic by relaxing the
assertion, making the name generic, and improving the documentation.

Step 1 in adding very primitive support for AVX-512. No functionality
changed yet.

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