[PATCH] Removal Of Duplicate Test Case from shift.ll file.
sonam kumari
sonam.kumari at samsung.com
Tue Dec 2 21:05:06 PST 2014
Hi suyog,
Hi,
The removed duplicate test case matches with the following test case at Line No : 57
define <4 x i32> @test5_non_splat_vector(<4 x i32> %A) {
; CHECK-LABEL: @test5_non_splat_vector(
; CHECK-NOT: ret <4 x i32> undef
%B = shl <4 x i32> %A, <i32 32, i32 1, i32 2, i32 3>
ret <4 x i32> %B
http://reviews.llvm.org/D6498
Files:
test/Transforms/InstCombine/shift.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6498.16850.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141203/41e059fd/attachment.bin>
More information about the llvm-commits
mailing list