[PATCH] D68949: [DAGCombiner] fold select-of-constants based on sign-bit test

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 13:15:51 PDT 2019


spatel updated this revision to Diff 224893.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:
Added code comment about the inverted/commuted variations of these patterns.


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

https://reviews.llvm.org/D68949

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/select-sra.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68949.224893.patch
Type: text/x-patch
Size: 9122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191014/be5d0133/attachment.bin>


More information about the llvm-commits mailing list