This is an archive of the discontinued LLVM Phabricator instance.

[TTI/CostModel] Correct the way getGEPCost() calls isLegalAddressingMode()
ClosedPublic

Authored by haicheng on Dec 2 2016, 11:02 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

haicheng updated this revision to Diff 80101.Dec 2 2016, 11:02 AM
haicheng retitled this revision from to [TTI/CostModel] Correct the way getGEPCost() calls isLegalAddressingMode().
haicheng updated this object.
haicheng added reviewers: jingyue, hfinkel.
haicheng set the repository for this revision to rL LLVM.
haicheng added subscribers: llvm-commits, gberry, junbuml.
hfinkel accepted this revision.Dec 2 2016, 11:26 AM
hfinkel edited edge metadata.
This revision is now accepted and ready to land.Dec 2 2016, 11:26 AM
haicheng updated this revision to Diff 80130.Dec 2 2016, 2:10 PM
haicheng edited edge metadata.

Thank you, Hal.

There is a conflict between this patch and D26594 . I have to change my code as recommended by the author of D26594.

This revision was automatically updated to reflect the committed changes.