[PATCH] D64285: [InstSimplify] Fold select (icmp sgt x, -1), lshr (X, Y), ashr (X, Y) to ashr (X, Y))

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 11:25:39 PDT 2019


xbolva00 updated this revision to Diff 208754.
xbolva00 marked an inline comment as done.
xbolva00 added a comment.

Moved back to InstCombine.


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

https://reviews.llvm.org/D64285

Files:
  lib/Transforms/InstCombine/InstCombineSelect.cpp
  test/Transforms/InstCombine/ashr-lshr.ll
  test/Transforms/InstSimplify/ashr-lshr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64285.208754.patch
Type: text/x-patch
Size: 23170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/93139389/attachment.bin>


More information about the llvm-commits mailing list