[PATCH] D37184: [X86] Add constant pool decoding to more instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 10 14:22:17 PST 2018


craig.topper updated this revision to Diff 137929.
craig.topper added a comment.

Switch to hex. Support splats. Print and/or/xor as 64 bit because byte size interferes with splat recognizition.


Repository:
  rL LLVM

https://reviews.llvm.org/D37184

Files:
  lib/Target/X86/X86MCInstLower.cpp
  lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
  lib/Target/X86/X86ShuffleDecodeConstantPool.h
  test/CodeGen/X86/avx512-any_extend_load.ll
  test/CodeGen/X86/avx512-bugfix-25270.ll
  test/CodeGen/X86/avx512-calling-conv.ll
  test/CodeGen/X86/avx512-cvt.ll
  test/CodeGen/X86/avx512-ext.ll
  test/CodeGen/X86/avx512-fma-commute.ll
  test/CodeGen/X86/avx512-fma-intrinsics.ll
  test/CodeGen/X86/avx512-fma.ll
  test/CodeGen/X86/avx512-gather-scatter-intrin.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/avx512-memfold.ll
  test/CodeGen/X86/avx512-nontemporal.ll
  test/CodeGen/X86/avx512-scalar_mask.ll
  test/CodeGen/X86/avx512-schedule.ll
  test/CodeGen/X86/avx512-vbroadcasti128.ll
  test/CodeGen/X86/avx512-vbroadcasti256.ll
  test/CodeGen/X86/avx512-vec-cmp.ll
  test/CodeGen/X86/avx512-vpclmulqdq.ll
  test/CodeGen/X86/vector-shift-shl-128.ll
  test/CodeGen/X86/vector-shift-shl-256.ll
  test/CodeGen/X86/vector-shift-shl-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37184.137929.patch
Type: text/x-patch
Size: 99579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180310/3594b8b4/attachment.bin>


More information about the llvm-commits mailing list