On Sparc V9, 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
jyknight lero_chris
Diff Detail
Diff Detail
- Repository
- rL LLVM