This is an archive of the discontinued LLVM Phabricator instance.

[ARM][CGP] Guard against signext args and sitofp
ClosedPublic

Authored by samparker on May 1 2019, 7:43 AM.

Diff Detail

Event Timeline

samparker created this revision.May 1 2019, 7:43 AM
chill added inline comments.May 9 2019, 2:47 AM
test/CodeGen/ARM/CGP/arm-cgp-casts.ll
649

Can we check here that the result of sxtb is fed to the FP conversion?

(and in the other test too)

samparker updated this revision to Diff 198781.May 9 2019, 3:21 AM

Cheers @chill ! I've updated the tests.

chill accepted this revision.May 9 2019, 3:46 AM
This revision is now accepted and ready to land.May 9 2019, 3:46 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2019, 4:55 AM