[PATCH] D103280: [SDAG] try harder to fold casts into vector compare

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 28 05:06:52 PDT 2021


spatel updated this revision to Diff 348497.
spatel marked 5 inline comments as done.
spatel added a comment.

Patch updated:

1. Removed redundant local variables.
2. Added (currently negative) test for widening of a legal compare.
3. Added TODO comment for allowing widening of an existing zext-load.


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

https://reviews.llvm.org/D103280

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/sext-vsetcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103280.348497.patch
Type: text/x-patch
Size: 9251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210528/c32849d4/attachment-0001.bin>


More information about the llvm-commits mailing list