[PATCH] D56098: [ARM] Teach ComputeKnownBitsTarget to handle extract vectors

Diogo N. Sampaio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 09:08:46 PST 2019


dnsampaio updated this revision to Diff 180253.
dnsampaio marked 2 inline comments as done.
dnsampaio added a comment.

Removed treatment for out of bounds constant, as it is simplified to poison before being transformed to VGETLANE.
Also removed treatment for variable index, as it is not accepted by VGETLANE.
Added extra tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56098/new/

https://reviews.llvm.org/D56098

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/dagcombine-anyexttozeroext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56098.180253.patch
Type: text/x-patch
Size: 6179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190104/93930dd6/attachment.bin>


More information about the llvm-commits mailing list