This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Refactoring aarch64-ldst-opt. NCF.
ClosedPublic

Authored by junbuml on Feb 4 2016, 4:16 PM.

Details

Summary

Remove narrow load / store instructions from getMatchingPairOpcode(),
and add getMatchingWideOpcode().

Diff Detail

Event Timeline

junbuml updated this revision to Diff 46975.Feb 4 2016, 4:16 PM
junbuml retitled this revision from to [AArch64] Refactoring aarch64-ldst-opt. NCF..
junbuml updated this object.
junbuml added a subscriber: llvm-commits.
mcrosier accepted this revision.Feb 4 2016, 7:03 PM
mcrosier edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 4 2016, 7:03 PM
junbuml closed this revision.Feb 5 2016, 12:07 PM

Landed in r259914.