[PATCH] D33599: [InstSimplify] Use m_APInt instead of m_ConstantInt in ((V + N) & C1) | (V & C2) handling in order to support splat vectors.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 12:04:13 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304021: [InstSimplify] Use m_APInt instead of m_ConstantInt in ((V + N) & C1) | (V &… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D33599?vs=100432&id=100442#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33599

Files:
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/test/Transforms/InstSimplify/or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33599.100442.patch
Type: text/x-patch
Size: 4268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170526/99c51a20/attachment.bin>


More information about the llvm-commits mailing list