[PATCH] [mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 nodes.

Vasileios Kalintiris Vasileios.Kalintiris at imgtec.com
Mon Oct 13 07:13:36 PDT 2014


Hi dsanders,

In order to support big endian targets for the BuildPairF64 nodes we
just need to swap the low/high pair registers. Additionally, for the
ExtractElementF64 nodes we have to calculate the correct stack offset
with respect to the node's register/operand that we want to extract.

http://reviews.llvm.org/D5753

Files:
  lib/Target/Mips/MipsSEFrameLowering.cpp
  test/CodeGen/Mips/fp64a.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5753.14800.patch
Type: text/x-patch
Size: 4277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141013/b3a27926/attachment.bin>


More information about the llvm-commits mailing list