[PATCH] D79041: [InstCombine] Fold or(zext(bswap(x)),shl(zext(bswap(y)),bw/2)) -> bswap(or(zext(x),shl(zext(y), bw/2))

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:15:04 PDT 2020


RKSimon updated this revision to Diff 261487.
RKSimon added a comment.

rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79041

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/or-concat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79041.261487.patch
Type: text/x-patch
Size: 5663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/3c4a392c/attachment.bin>


More information about the llvm-commits mailing list