Add an Argument that has the SExtAttr attached, as well as SIToFP instructions, as values that generate sign bits. SIToFP doesn't strictly do this and could be treated as a sink to be sign-extended.
Details
Details
- Reviewers
chill petpav01 - Commits
- rZORG2b720a440817: [ARM][CGP] Guard against signext args and sitofp
rZORG7674ec41e93a: [ARM][CGP] Guard against signext args and sitofp
rG2b720a440817: [ARM][CGP] Guard against signext args and sitofp
rG7674ec41e93a: [ARM][CGP] Guard against signext args and sitofp
rGd7b650cc721f: [ARM][CGP] Guard against signext args and sitofp
rL360331: [ARM][CGP] Guard against signext args and sitofp
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/ARM/CGP/arm-cgp-casts.ll | ||
---|---|---|
649 ↗ | (On Diff #197551) | Can we check here that the result of sxtb is fed to the FP conversion? (and in the other test too) |