On Power10, it's profitable to schedule some stores with adjacent target address together. This patch implements this feature.
Details
Details
- Reviewers
jsji kbarton nemanjai steven.zhang hfinkel - Group Reviewers
Restricted Project - Commits
- rG3c0b3250230b: [PowerPC] Implement instruction clustering for stores
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPC.td | ||
---|---|---|
352–353 | Please use FusionFeatures here instead of FeatureStoreFusion. |
Please use FusionFeatures here instead of FeatureStoreFusion.