[PATCH] D47036: [Hexagon] Generate post-increment for floating point types

Brendon Cahoon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 15:44:48 PDT 2018


bcahoon created this revision.
bcahoon added a reviewer: kparzysz.
Herald added subscribers: llvm-commits, hiraditya.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D47036

Files:
  llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  llvm/test/CodeGen/Hexagon/postinc-float.ll
  llvm/test/CodeGen/Hexagon/swp-memrefs-epilog.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47036.147403.patch
Type: text/x-patch
Size: 6475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180517/25f726b8/attachment.bin>


More information about the llvm-commits mailing list