| commit | e5ed563cc57f69b3f6a5bd242d8ff029dee3f271 | [log] [tgz] |
|---|---|---|
| author | Brendon Cahoon <bcahoon@codeaurora.org> | Fri May 18 18:14:44 2018 +0000 |
| committer | Brendon Cahoon <bcahoon@codeaurora.org> | Fri May 18 18:14:44 2018 +0000 |
| tree | e2d8a09a27093f0b14ad50ee8d375b38d09e069d | |
| parent | 083ea389d673e4dcfa3bee476598440f07d66ce6 [diff] |
[Hexagon] Generate post-increment for floating point types 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. Differential Revision: https://reviews.llvm.org/D47036 llvm-svn: 332748