[PATCH] D29370: [X86] Don't base domain decisions on VEXTRACTF128/VINSERTF128 if only AVX1 is available.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 22:21:24 PST 2017


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

Update to not use a switch.


https://reviews.llvm.org/D29370

Files:
  lib/Target/X86/X86InstrInfo.cpp
  test/CodeGen/X86/clear_upper_vector_element_bits.ll
  test/CodeGen/X86/merge-consecutive-loads-256.ll
  test/CodeGen/X86/nontemporal-loads.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/psubus.ll
  test/CodeGen/X86/subvector-broadcast.ll
  test/CodeGen/X86/unaligned-32-byte-memops.ll
  test/CodeGen/X86/vec_fptrunc.ll
  test/CodeGen/X86/vec_int_to_fp.ll
  test/CodeGen/X86/vec_minmax_uint.ll
  test/CodeGen/X86/vector-bitreverse.ll
  test/CodeGen/X86/vector-compare-results.ll
  test/CodeGen/X86/vector-half-conversions.ll
  test/CodeGen/X86/vector-idiv-sdiv-256.ll
  test/CodeGen/X86/vector-idiv-udiv-256.ll
  test/CodeGen/X86/vector-lzcnt-256.ll
  test/CodeGen/X86/vector-popcnt-256.ll
  test/CodeGen/X86/vector-trunc-math.ll
  test/CodeGen/X86/vector-trunc.ll
  test/CodeGen/X86/viabs.ll
  test/CodeGen/X86/vselect-minmax.ll
  test/CodeGen/X86/x86-interleaved-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29370.87965.patch
Type: text/x-patch
Size: 79118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170210/752fc918/attachment.bin>


More information about the llvm-commits mailing list