Correct offset calculation in load-store forwarding for big-endian
targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53147
[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
Diff Detail
Event TimelineHerald added subscribers: jsji, atanasyan, jrtc27 and 3 others. · View Herald TranscriptOct 11 2018, 10:22 AM This revision is now accepted and ready to land.Oct 11 2018, 11:10 AM Closed by commit rL344272: [DAG] Fix Big Endian in Load-Store forwarding (authored by niravd). · Explain WhyOct 11 2018, 11:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 169261 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/Mips/cconv/vector.ll
llvm/trunk/test/CodeGen/PowerPC/big-endian-store-forward.ll
|