This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombine] Remove isAndLoadExtLoad arguments (NFC)
ClosedPublic

Authored by samparker on Dec 1 2017, 4:07 AM.

Details

Summary

The LoadedVT argument was already unused by all of its callers and now, with D40667, the only user of NarrowLoad is also being removed. So remove both of these arguments.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Dec 1 2017, 4:07 AM
samparker edited reviewers, added: efriedma; removed: eli.friedman.
fhahn accepted this revision.Dec 1 2017, 4:30 AM

Great, thanks Sam. This is a NFC, could you change the title to something like [DAGCombine] Remove unused isAndLoadExtLoad arguments (NFC)

This revision is now accepted and ready to land.Dec 1 2017, 4:30 AM
samparker retitled this revision from [DAGCombine] Remove isAndLoadExtLoad arguments to [DAGCombine] Remove isAndLoadExtLoad arguments (NFC).Dec 1 2017, 4:46 AM

cheers.

This revision was automatically updated to reflect the committed changes.