This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Generate post-increment for floating point types
ClosedPublic

Authored by bcahoon on May 17 2018, 3:44 PM.

Details

Summary

The code that generates post-increments for Hexagon considered integer values only. This patch adds support to generate them for floating point values, f32 and f64.

Diff Detail

Repository
rL LLVM

Event Timeline

bcahoon created this revision.May 17 2018, 3:44 PM
kparzysz accepted this revision.May 18 2018, 5:36 AM
This revision is now accepted and ready to land.May 18 2018, 5:36 AM
This revision was automatically updated to reflect the committed changes.