AVX512: Fix predicate of AVX pcmpeqw/b , pcmpgtb/w/d instructions . AVX512 version of this instructions return result in kmask register, so AVX patterns should not be disabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D17517
AVX512: Fix pcmpeqw predicate of AVX pattern. ClosedPublic Authored by igorb on Feb 22 2016, 10:03 AM.
Details Summary AVX512: Fix predicate of AVX pcmpeqw/b , pcmpgtb/w/d instructions . AVX512 version of this instructions return result in kmask register, so AVX patterns should not be disabled.
Diff Detail
Event Timelineigorb updated this object. This revision is now accepted and ready to land.Feb 23 2016, 12:33 AM Closed by commit rL261619: AVX512: Fix predicate of AVX pcmpeqw/b , pcmpgtb/w/d instructions . AVX512… (authored by ibreger). · Explain WhyFeb 23 2016, 1:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 48784 lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/avx-isa-check.ll
|