[PATCH] D21498: Load Combine : Load combining for multiple subchains

River Riddle via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 18 17:52:30 PDT 2016


rriddle created this revision.
rriddle added reviewers: Bigcheese, majnemer.
rriddle added a subscriber: llvm-commits.

Added support for checking the remaining uncombined loads in a load chain to see if they are combinable. i.e the remaining loads that prevent the chain from being a power of 2.

http://reviews.llvm.org/D21498

Files:
  /Users/rriddle/Desktop/llvm/llvm/lib/Transforms/Scalar/LoadCombine.cpp
  /Users/rriddle/Desktop/llvm/llvm/test/Transforms/LoadCombine/load-combine-multiloadchains.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21498.61180.patch
Type: text/x-patch
Size: 6243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160619/22d72e70/attachment.bin>


More information about the llvm-commits mailing list