[PATCH] D18054: AVX-512: Fixed "ICMP" operation failure on SKX

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 11:20:40 PST 2016


delena created this revision.
delena added a reviewer: igorb.
delena added a subscriber: llvm-commits.
delena set the repository for this revision to rL LLVM.

icmp operation should be always lowered to CMPM (AVX-512) instruction on SKX.

Repository:
  rL LLVM

http://reviews.llvm.org/D18054

Files:
  ../lib/Target/X86/X86ISelLowering.cpp
  ../test/CodeGen/X86/avx512-ext.ll
  ../test/CodeGen/X86/avx512-vec-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18054.50316.patch
Type: text/x-patch
Size: 38020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160310/08e0327f/attachment.bin>


More information about the llvm-commits mailing list