[PATCH] D64432: [InstCombine] try to narrow a truncated load

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 07:21:18 PDT 2019


spatel updated this revision to Diff 211500.
spatel added a comment.

Patch updated:

1. Use new API for creating load that takes element type and pointer.
2. Rebased after adding baseline tests (rL366901 <https://reviews.llvm.org/rL366901>).


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

https://reviews.llvm.org/D64432

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/test/Transforms/InstCombine/trunc-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64432.211500.patch
Type: text/x-patch
Size: 4579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/0d3897ce/attachment.bin>


More information about the llvm-commits mailing list