This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Implement shouldExtI32* hooks.
AbandonedPublic

Authored by koriakin on Jun 28 2016, 11:08 AM.

Details

Reviewers
hfinkel
Summary

On PowerPC64, i32 parameters corresponding to C-level int or unsigned int
need signext or zeroext attribute, respectively. Fill the TTI hooks so
that LLVM passes inserting library calls with such parameters know to use
the attribute.

Diff Detail

Repository
rL LLVM