This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: TTI: Make insertelement free.
ClosedPublic

Authored by arsenm on Mar 24 2016, 9:03 AM.

Details

Reviewers
tstellarAMD
Summary

We don't want to have a cost to scalarizing operations.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 51561.Mar 24 2016, 9:03 AM
arsenm retitled this revision from to AMDGPU: TTI: Make insertelement free..
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Mar 24 2016, 10:15 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 24 2016, 10:15 AM
arsenm closed this revision.Mar 24 2016, 5:20 PM

r264364