This feature enables the fusion of the address generation and a corresponding load or store together.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D42393
[AArch64] Add new target feature to fuse address generation with load or store ClosedPublic Authored by evandro on Jan 22 2018, 12:17 PM.
Details Summary This feature enables the fusion of the address generation and a corresponding load or store together.
Diff Detail
Event Timelineevandro added a parent revision: D42387: [AArch64] Add pipeline model for Exynos M3.Jan 22 2018, 12:17 PM This revision is now accepted and ready to land.Jan 29 2018, 9:22 AM Closed by commit rL323782: [AArch64] Add new target feature to fuse address generation with load or store (authored by evandro). · Explain WhyJan 30 2018, 8:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 131973 llvm/trunk/lib/Target/AArch64/AArch64.td
llvm/trunk/lib/Target/AArch64/AArch64MacroFusion.cpp
llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
llvm/trunk/test/CodeGen/AArch64/misched-fusion-addr.ll
|