[PATCH] D45317: Eliminate a bitwise 'not' op of 'not' min/max by inverting the min/max.

Artur Gainullin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 03:34:38 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329791: Eliminate a bitwise 'not' op of 'not' min/max by inverting the min/max. (authored by ArturGainullin, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45317?vs=141808&id=141971#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45317

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/trunk/test/Transforms/InstCombine/max-of-nots.ll
  llvm/trunk/test/Transforms/InstCombine/xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45317.141971.patch
Type: text/x-patch
Size: 7484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180411/8187fe80/attachment.bin>


More information about the llvm-commits mailing list