[llvm-commits] [llvm] r144290 - /llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
NAKAMURA Takumi
geek4civic at gmail.com
Thu Nov 10 06:48:52 PST 2011
2011/11/10 Duncan Sands <baldrick at free.fr>:
> Hi Takumi, is this correct? I think this test is checking that the compare
> occurs next to the branch. If that's not working on some platforms shouldn't
> that be fixed rather than hidden?
As far as I checked freebsd bots, They say;
"movl (" expected, but "movl XXX(" seen after "decq".
It is just as same as on linux.
FYI, it could be reproduced with -mtriple=x86_64-{linux|freebsd}.
...Ah, it might be possible simply to relax 2nd CHECK.
Feel free to rewrite. gotta sleep.
...Takumi
More information about the llvm-commits
mailing list