This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Prefer DUP/MOV ("CPY") to INS for vector_extract.
ClosedPublic

Authored by ab on Jan 30 2015, 3:51 PM.

Details

Summary

This avoids a partial dependency on the previous content of the upper lanes of the destination vector.

Diff Detail

Repository
rL LLVM

Event Timeline

ab updated this revision to Diff 19069.Jan 30 2015, 3:51 PM
ab retitled this revision from to [AArch64] Prefer DUP/MOV ("CPY") to INS for vector_extract..
ab updated this object.
ab edited the test plan for this revision. (Show Details)
ab added reviewers: jmolloy, t.p.northover.
ab added a subscriber: Unknown Object (MLST).
t.p.northover accepted this revision.Jan 30 2015, 5:59 PM
t.p.northover edited edge metadata.

Hi Ahmed,

Looks like a good idea to me.

Tim.

This revision is now accepted and ready to land.Jan 30 2015, 5:59 PM
This revision was automatically updated to reflect the committed changes.