[PATCH] D48828: [InstSimplify] fold extracting from std::pair (1/2)

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 04:56:26 PDT 2018


inouehrs updated this revision to Diff 157942.
inouehrs retitled this revision from "[InstSimplify] fold extracting from std::pair" to "[InstSimplify] fold extracting from std::pair (1/2)".
inouehrs edited the summary of this revision.
inouehrs added a comment.

- Separate the patch into two; this one is the first of the two.
- Add test cases with vector data type.


https://reviews.llvm.org/D48828

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48828.157942.patch
Type: text/x-patch
Size: 4120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180730/770f8901/attachment.bin>


More information about the llvm-commits mailing list