[PATCH] [mips] Don't use odd-numbered single precision registers for fastcc calling convention if -mno-odd-spreg is used.

Sasa Stankovic Sasa.Stankovic at imgtec.com
Mon Jul 28 04:21:21 PDT 2014


I tried $[[F0:f[0-9]*[02468]+]] but it also doesn't work. It seems that problem is related to using DAG in check lines. I removed DAG from the last 3 lines, used $[[F0:f[0-9]*[02468]]] pattern and the test passes.

http://reviews.llvm.org/D4682

Files:
  lib/Target/Mips/MipsCallingConv.td
  lib/Target/Mips/MipsSubtarget.h
  test/CodeGen/Mips/fastcc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4682.11941.patch
Type: text/x-patch
Size: 6832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140728/d3275e5a/attachment.bin>


More information about the llvm-commits mailing list