[PATCH] D68103: [InstCombine] Simplify shift-by-sext to shift-by-zext

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 10:27:21 PDT 2019


lebedev.ri updated this revision to Diff 222196.
lebedev.ri added a comment.

Back to least greedy version of the patch, this should raise no concerns whatsoever.
The greedy version can be added later in another review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68103

Files:
  llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
  llvm/test/Transforms/InstCombine/load-cmp.ll
  llvm/test/Transforms/InstCombine/shift-by-signext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68103.222196.patch
Type: text/x-patch
Size: 4391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190927/7158e837/attachment.bin>


More information about the llvm-commits mailing list