[PATCH] D29489: Optimize SETCC + VSEL of incompatible or illegal types

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 06:56:16 PST 2017


jonpa updated this revision to Diff 89113.
jonpa marked an inline comment as done.
jonpa added a comment.

Ooops!  Fixed now, hopefully.

However, it seems that the handling for VECTOR_SHUFFLE is actually not needed anymore. My only guess is that this is due to some other recent change. This would actually be removed at least from my first commit(s), then.

Again, are you fine with handling all these cases early per my previous comment?


https://reviews.llvm.org/D29489

Files:
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29489.89113.patch
Type: text/x-patch
Size: 6647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170220/c8a5776b/attachment.bin>


More information about the llvm-commits mailing list