[PATCH] D48828: [InstSimplify] fold extracting from std::pair

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 06:06:00 PDT 2018


inouehrs updated this revision to Diff 156761.
inouehrs edited the summary of this revision.
inouehrs added a comment.

- fix a bug with an integer larger than 64 bit
- add more test cases
- remove an unnecessary check


https://reviews.llvm.org/D48828

Files:
  lib/Analysis/InstructionSimplify.cpp
  test/Transforms/InstSimplify/AndOrXor.ll
  test/Transforms/InstSimplify/shift.ll
  test/Transforms/NewGVN/pair_jumpthread.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48828.156761.patch
Type: text/x-patch
Size: 13263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/5c0d42f8/attachment.bin>


More information about the llvm-commits mailing list