[PATCH] D59630: [InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) if either zext or OP has another use.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 10:50:29 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356690: [InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) if… (authored by ctopper, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D59630?vs=191632&id=191743#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59630

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/trunk/test/Transforms/InstCombine/pr41164.ll
  llvm/trunk/test/Transforms/LoopVectorize/X86/small-size.ll
  llvm/trunk/test/Transforms/LoopVectorize/if-conversion-nest.ll
  llvm/trunk/test/Transforms/LoopVectorize/runtime-check.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59630.191743.patch
Type: text/x-patch
Size: 6819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/c15a2602/attachment.bin>


More information about the llvm-commits mailing list