[llvm-commits] r119002 breaks snow.c from FFmpeg

İsmail Dönmez ismail at namtrac.org
Sun Nov 14 13:37:07 PST 2010


Hi;

According to
http://fate.ffmpeg.org/x86_64-apple-darwin10-clang/20101114104032 clang has
regressed wrt. ffmpeg regtesting. A quick search showed that r119002 broke
snow.c . I attached preprocessed source code for snow.c. Here is the
difference between working & non-working snow.c assemblies :

--- snow-working.s 2010-11-14 22:59:28.000000000 +0200
+++ snow-broken.s 2010-11-14 23:29:42.000000000 +0200
@@ -21400,9 +21400,8 @@
  movzwl 2(%r12), %edx
 LBB65_25:                               ## %if.end124
                                         ##   in Loop: Header=BB65_12
Depth=2
- movl %ecx, %esi
+ movl 112(%rsp), %esi         ## 4-byte Reload
  orl %r13d, %esi
- orl 112(%rsp), %esi         ## 4-byte Folded Reload
  orl 116(%rsp), %esi         ## 4-byte Folded Reload
  orl %edx, %esi
  je LBB65_29

Regards,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101114/1a82340d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snow.i.gz
Type: application/x-gzip
Size: 57597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101114/1a82340d/attachment.bin>


More information about the llvm-commits mailing list