Use intrinsic pattern to make a simpler match
authorSanjay Patel <spatel@rotateright.com>
Thu, 7 May 2015 16:51:12 +0000 (16:51 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 7 May 2015 16:51:12 +0000 (16:51 +0000)
commitf575e9f9022cba6e8b45adec38789e53f21ee30b
tree0896e2ef2db1e2bffd2dfcae461816d59ea6adcf
parentb05b828eabc6b04c1c2e682048cb4187cc29a572
Use intrinsic pattern to make a simpler match

This is a follow-on to r236740 where I took Andrea's advice
in D9504 to remove a redundant pattern...except that I removed
the wrong pattern!

AFAICT, there is no change in the final code produced because
subsequent passes would clean up the extra instructions created
by the more complicated pattern.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236743 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td