OSDN Git Service

[X86] Add avx512vl and avx512dq command lines to combine-pmuldq.ll to demonstrate...
authorCraig Topper <craig.topper@intel.com>
Mon, 25 Dec 2017 06:47:08 +0000 (06:47 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 25 Dec 2017 06:47:08 +0000 (06:47 +0000)
commit04539581da2a2b864e62da45c2beea6968b583e9
tree7cde1c94e77e398c772957a6dab47306f8df49fb
parente40169c7eaeef2a524a8da808e5c23d8cda7bd93
[X86] Add avx512vl and avx512dq command lines to combine-pmuldq.ll to demonstrate where we fail to use pmuldq/pmuludq and use to pmullq instead.

It's nice that pmullq exists, but it has higher latency and probably lower throughput than pmuldq/pmuludq. We should prefer those if we can.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321436 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/combine-pmuldq.ll