[PATCH] D52148: [InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((-1 << y) >> y) mask

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 06:38:27 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342548: [InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((-1 << y) >>… (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52148?vs=165680&id=166120#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52148

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-eq-to-icmp-ule.ll
  llvm/trunk/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-ne-to-icmp-ugt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52148.166120.patch
Type: text/x-patch
Size: 10855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180919/d9d0e50e/attachment.bin>


More information about the llvm-commits mailing list