[PATCH] D39421: [InstCombine] Extracting common and-mask for shift operands of Or instruction

Omer Paparo Bivas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 08:01:23 PST 2017


opaparo updated this revision to Diff 127365.
opaparo added a comment.

Rebasing on top of the new parent review https://reviews.llvm.org/D41354


Repository:
  rL LLVM

https://reviews.llvm.org/D39421

Files:
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  lib/Transforms/InstCombine/InstCombineShifts.cpp
  test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
  test/Transforms/InstCombine/bswap.ll
  test/Transforms/InstCombine/cast.ll
  test/Transforms/InstCombine/or-shifted-masks.ll
  test/Transforms/InstCombine/pr17827.ll
  test/Transforms/InstCombine/rem.ll
  test/Transforms/InstCombine/select-bitext-bitwise-ops.ll
  test/Transforms/InstCombine/select-with-bitwise-ops.ll
  test/Transforms/InstCombine/select.ll
  test/Transforms/InstCombine/shift-shift.ll
  test/Transforms/InstCombine/shift.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39421.127365.patch
Type: text/x-patch
Size: 24080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171218/0618f576/attachment.bin>


More information about the llvm-commits mailing list