[llvm-commits] [llvm] r52442 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/bswap-fold.ll
Chris Lattner
clattner at apple.com
Wed Jun 18 22:57:42 PDT 2008
On Jun 18, 2008, at 3:16 AM, Matthijs Kooijman - Inter-Actief wrote:
> Hi Chris,
>
>> implement some simple bswap optimizations, rdar://5992453
> This patch breaks the Transforms/InstCombine/sext-misc.ll testcase
> for me.
>
> Running /home/kooijman/src/llvm-trunk/test/Transforms/InstCombine/
> dg.exp ...
> FAIL: /home/kooijman/src/llvm-trunk/test/Transforms/InstCombine/sext-
> misc.ll
> Failed with exit(1) at line 1
> while running: llvm-as < /home/kooijman/src/llvm-trunk/test/
> Transforms/InstCombine/sext-misc.ll | opt -instcombine | llvm-dis |
> not grep sext
> %s = sext i32 %t to i64 ; <i64> [#uses=1]
> %s = sext i32 %t to i64 ; <i64> [#uses=1]
> %s = sext i32 %t to i64 ; <i64> [#uses=1]
> child process exited abnormally
This should be fixed, can you please verify they still fail with
mainline?
-Chris
More information about the llvm-commits
mailing list