[llvm-commits] [llvm] r95107 - /llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s
Chris Lattner
clattner at apple.com
Tue Feb 2 12:42:22 PST 2010
On Feb 2, 2010, at 11:05 AM, Kevin Enderby wrote:
> Author: enderby
> Date: Tue Feb 2 13:05:57 2010
> New Revision: 95107
>
> URL: http://llvm.org/viewvc/llvm-project?rev=95107&view=rev
> Log:
> Added another version of the X86 assembler matcher test case.
> This test case is different subset of the full auto generated test
> case, and a
> larger subset that is in x86_32-bit.s (that set will encode
> correctly). These
> instructions can pass though llvm-mc as it were a logical cat(1) and
> then
> reassemble to the same instruction. It is useful as we bring up the
> parser and
> matcher so we don't break things that currently work.
Hey Kevin,
This test is failing with this error message:
AsmParser/X86/x86_32-bit_cat.s:1265:11: error: expected string not
found in input
// CHECK: jmp 32493 # TAILCALL
^
<stdin>:421:2: note: scanning from here
jmp 32493
^
<stdin>:429:10: note: possible intended match here
jmp *3135175374 # TAILCALL
^
I'm not sure exactly what's happening here, so I just disabled the
test temporarily in r95120.
-Chris
More information about the llvm-commits
mailing list