[PATCH] D21246: [InstCombine] Add rule to fold away trunc of partial load

Anna Thomas via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 07:23:21 PDT 2016


anna set the repository for this revision to rL LLVM.
anna updated this revision to Diff 61365.
anna added a comment.

Added function `FindAvailableMemoryContents`, which returns the partial or full value at memory location accessed by load.


Repository:
  rL LLVM

http://reviews.llvm.org/D21246

Files:
  include/llvm/Analysis/Loads.h
  lib/Analysis/Loads.cpp
  lib/Transforms/InstCombine/InstCombineCasts.cpp
  test/Transforms/InstCombine/trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21246.61365.patch
Type: text/x-patch
Size: 10158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160621/c26167fa/attachment.bin>


More information about the llvm-commits mailing list