[PATCH] D23012: [mips][fastisel] Correct argument lowering for (f64, f64, i32) and similar.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 06:14:53 PDT 2016
dsanders created this revision.
dsanders added a reviewer: sdardis.
dsanders added a subscriber: llvm-commits.
Herald added subscribers: sdardis, dsanders.
Allocating an AFGR64 shadows two GPR32's instead of just one.
This fixes an LNT regression detected by our internal buildbots.
https://reviews.llvm.org/D23012
Files:
lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/sel1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23012.66311.patch
Type: text/x-patch
Size: 6843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160801/07ee4915/attachment.bin>
More information about the llvm-commits
mailing list