This is an archive of the discontinued LLVM Phabricator instance.

TTI: Fix not using overload of getIntrinsicInstrCost
ClosedPublic

Authored by arsenm on Mar 2 2016, 7:10 PM.

Details

Reviewers
hfinkel
Summary

This was always calling the generic version, so the target
custom implementation was never called.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 49698.Mar 2 2016, 7:10 PM
arsenm retitled this revision from to TTI: Fix not using overload of getIntrinsicInstrCost.
arsenm updated this object.
arsenm added a reviewer: hfinkel.
arsenm added a subscriber: llvm-commits.
hfinkel accepted this revision.Mar 2 2016, 7:51 PM
hfinkel edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 2 2016, 7:51 PM
arsenm closed this revision.Mar 3 2016, 1:50 PM

r262585