Correct offset calculation in load-store forwarding for big-endian
targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23700 Build 23699: arc lint + arc unit
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 169241 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/Mips/cconv/vector.ll
llvm/test/CodeGen/PowerPC/big-endian-store-forward.ll
|