[AVX] When joining two XMM registers into a YMM register, make sure that the
authorNadav Rotem <nadav.rotem@intel.com>
Thu, 11 Aug 2011 16:49:36 +0000 (16:49 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Thu, 11 Aug 2011 16:49:36 +0000 (16:49 +0000)
commitf80a894bf03ea65624a25b8f64bfcc9c6cf7f80f
tree0806cfa48dad99b77998b8fd03296931e529e7df
parent5e742a3e1b29104fcadc26286f6daa6c450f87d9
[AVX] When joining  two XMM registers into a YMM register, make sure that the
lower XMM register gets in first. This will allow the SUBREG pattern to
elliminate the first vector insertion.

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