Fix PR14204
authorMichael Liao <michael.liao@intel.com>
Mon, 29 Oct 2012 17:57:12 +0000 (17:57 +0000)
committerMichael Liao <michael.liao@intel.com>
Mon, 29 Oct 2012 17:57:12 +0000 (17:57 +0000)
commit2a2263e744130ccc7f73c88021bca4cc037eb35e
tree351c6374803f6541c3c1cfc2d6987a2be7aedb18
parent9cc1fad5ad645247080e22dec64128bec8054341
Fix PR14204

- Add missing pattern on X86ISD::VZEXT from VR256 to VR256 when AVX2 is enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166947 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/pr14204.ll [new file with mode: 0644]