[PATCH] D72101: [InstCombine] replace undef elements in vector constant when doing icmp folds (PR44383)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 06:17:55 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG164058274364: [InstCombine] replace undef elements in vector constant when doing icmp folds… (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D72101?vs=235928&id=236047#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72101

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll
  llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll
  llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll
  llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll
  llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72101.236047.patch
Type: text/x-patch
Size: 6851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/7ae4bbcd/attachment.bin>


More information about the llvm-commits mailing list