This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Fix Big Endian in Load-Store forwarding
ClosedPublic

Authored by niravd on Oct 11 2018, 10:22 AM.

Details

Summary

Correct offset calculation in load-store forwarding for big-endian
targets.

Diff Detail

Repository
rL LLVM

Event Timeline

niravd created this revision.Oct 11 2018, 10:22 AM
waltl accepted this revision.Oct 11 2018, 11:10 AM
This revision is now accepted and ready to land.Oct 11 2018, 11:10 AM
This revision was automatically updated to reflect the committed changes.