[llvm-commits] [PATCH] Review request: Test case for indirect argument with X86FastISel

Kaylor, Andrew andrew.kaylor at intel.com
Fri Aug 3 10:20:21 PDT 2012


Ping.

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Kaylor, Andrew
Sent: Friday, July 27, 2012 1:12 PM
To: llvm-commits at cs.uiuc.edu
Subject: [llvm-commits] [PATCH] Test case for indirect argument with X86FastISel

Hi everyone,

The attached patch adds an X86 CodeGen test for the case where an indirect argument is used while FastISel was enabled.  This is the test case for a patch I previously posted here:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120709/146224.html

which was committed in r16055.

I've only seen the indirect argument being generated on Windows, but the test will pass on other platforms without the indirect argument being generated.

-Andy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120803/86c35c9c/attachment.html>


More information about the llvm-commits mailing list