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.
Details
Details
- Reviewers
hfinkel
Diff Detail
Diff Detail
- Repository
- rL LLVM