[PATCH] D40833: [DAGCombine] isLegalNarrowLoad function (NFC)

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 05:24:20 PST 2017


samparker created this revision.

Pull the checks upon the load out from ReduceLoadWidth into their own function, as I need the same functionality for https://reviews.llvm.org/D39604.


https://reviews.llvm.org/D40833

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40833.125502.patch
Type: text/x-patch
Size: 5689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171205/909ca818/attachment.bin>


More information about the llvm-commits mailing list