[PATCH] D35320: [X86][SSE] Add support for extending bool vectors bitcasted from scalars.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 13:43:46 PDT 2017


RKSimon updated this revision to Diff 116259.
RKSimon added a comment.

Assert for NumElts == SclVT.getSizeInBits() equality to make it more obvious


Repository:
  rL LLVM

https://reviews.llvm.org/D35320

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll
  test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll
  test/CodeGen/X86/bitcast-int-to-vector-bool.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35320.116259.patch
Type: text/x-patch
Size: 371835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170921/377bb166/attachment-0001.bin>


More information about the llvm-commits mailing list