[llvm-commits] [llvm] r47660 - in /llvm/trunk: lib/Target/X86/README-X86-64.txt lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/x86-64-dead-stack-adjust.ll

Dan Gohman gohman at apple.com
Wed Feb 27 09:27:37 PST 2008


On Wed, February 27, 2008 9:13 am, Chris Lattner wrote:
>
> On Feb 27, 2008, at 8:42 AM, gohman at apple.com wrote:
>
>> On Tue, February 26, 2008 9:57 pm, Chris Lattner wrote:
>>> +; RUN: llvm-as < %s | not grep rsp
>>
>> This test would be more interesting if it ran llc -march=x86-64 :-).
>
> It does! It has a target triple that specifies that :)

Ok, then it's just missing the llc part.

Dan





More information about the llvm-commits mailing list