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

Kaylor, Andrew andrew.kaylor at intel.com
Fri Jul 27 13:11:33 PDT 2012


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/20120727/117b0b06/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: indirect-arg-test.patch
Type: application/octet-stream
Size: 6334 bytes
Desc: indirect-arg-test.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120727/117b0b06/attachment.obj>


More information about the llvm-commits mailing list