Pull the checks upon the load out from ReduceLoadWidth into their own function, as I need the same functionality for D39604.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40833
[DAGCombine] isLegalNarrowLoad function (NFC) ClosedPublic Authored by samparker on Dec 5 2017, 5:23 AM.
Details Summary Pull the checks upon the load out from ReduceLoadWidth into their own function, as I need the same functionality for D39604.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 5 2017, 5:49 AM samparker added a child revision: D39604: [DAGCombine] Move AND nodes to multiple load leaves.Dec 5 2017, 5:52 AM Closed by commit rL319766: [DAGCombine] isLegalNarrowLoad function (NFC) (authored by sam_parker). · Explain WhyDec 5 2017, 6:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125512 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
|