[PATCH] D42031: [X86] Legalize v32i1 without BWI via splitting to v16i1 rather than the default of promoting to v32i8.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 06:27:22 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323201: [X86] Legalize v32i1 without BWI via splitting to v16i1 rather than the default… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42031?vs=130826&id=131055#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42031

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/test/CodeGen/X86/avg-mask.ll
  llvm/trunk/test/CodeGen/X86/avx512-insert-extract.ll
  llvm/trunk/test/CodeGen/X86/avx512-mask-op.ll
  llvm/trunk/test/CodeGen/X86/avx512-masked-memop-64-32.ll
  llvm/trunk/test/CodeGen/X86/avx512-vec-cmp.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  llvm/trunk/test/CodeGen/X86/bitcast-and-setcc-256.ll
  llvm/trunk/test/CodeGen/X86/bitcast-and-setcc-512.ll
  llvm/trunk/test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll
  llvm/trunk/test/CodeGen/X86/bitcast-setcc-256.ll
  llvm/trunk/test/CodeGen/X86/bitcast-setcc-512.ll
  llvm/trunk/test/CodeGen/X86/prefer-avx256-mask-shuffle.ll
  llvm/trunk/test/CodeGen/X86/vector-compare-results.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-v1.ll





More information about the llvm-commits mailing list