[llvm] r273580 - Upgrade other old memset/memcpy signatures in tests causing buildbot failures with rL273568.

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 09:34:52 PDT 2016


Author: apilipenko
Date: Thu Jun 23 11:34:52 2016
New Revision: 273580

URL: http://llvm.org/viewvc/llvm-project?rev=273580&view=rev
Log:
Upgrade other old memset/memcpy signatures in tests causing buildbot failures with rL273568.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2008-07-15-Bswap.ll
    llvm/trunk/test/Transforms/IndVarSimplify/loop_evaluate10.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2008-07-15-Bswap.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-07-15-Bswap.ll?rev=273580&r1=273579&r2=273580&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2008-07-15-Bswap.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2008-07-15-Bswap.ll Thu Jun 23 11:34:52 2016
@@ -68,8 +68,6 @@ declare void @_Z33LoopFilter_Internal_Fi
 
 declare void @_Z42LoopFilter_Internal_filter_macroblock_lumaPK14LoopFilterInfoPhS2_iiiPK30PerMacroblockBoundaryStrengthsjj(%struct.LoopFilterInfo*, i8*, i8*, i32, i32, i32, %struct.PerMacroblockBoundaryStrengths*, i32, i32) nounwind 
 
-declare void @llvm.memcpy.i32(i8*, i8*, i32, i32) nounwind 
-
 declare i32 @_Z40LoopFilter_Internal_FilterLumaPlaneMBAFFPK14LoopFilterInfojjj(%struct.LoopFilterInfo*, i32, i32, i32) nounwind 
 
 declare void @_Z18LoopFilter_DestroyP14LoopFilterInfo(%struct.LoopFilterInfo*)
@@ -86,8 +84,6 @@ declare void @jvtDisposePTRMemAligned(i8
 
 declare void @_Z31LoopFilter_Internal_ResetTablesP14LoopFilterInfo(%struct.LoopFilterInfo*) nounwind 
 
-declare void @llvm.memset.i32(i8*, i8, i32, i32) nounwind 
-
 define i32 @_Z60LoopFilter_Internal_CalculateBoundaryStrengths_MbaffFramePicPK14LoopFilterInfoP22FrameMotionVectorCachejj(%struct.LoopFilterInfo* %lfiPtr, %struct.FrameMotionVectorCache* %frameMotionVectorCachePtr, i32 %mbY_min, i32 %mbY_maxPlus1) nounwind  {
 entry:
 	icmp ult i32 %mbY_min, %mbY_maxPlus1		; <i1>:0 [#uses=1]
@@ -383,4 +379,3 @@ declare i32 @_Z22LoopFilter_FilterFrameP
 
 declare void @_Z34LF_Threading2_ProcessTasks_WrapperPv(i8*)
 
-declare void @llvm.memset.i64(i8*, i8, i64, i32) nounwind 

Modified: llvm/trunk/test/Transforms/IndVarSimplify/loop_evaluate10.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/loop_evaluate10.ll?rev=273580&r1=273579&r2=273580&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/loop_evaluate10.ll (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/loop_evaluate10.ll Thu Jun 23 11:34:52 2016
@@ -48,6 +48,4 @@ bb5:		; preds = %bb3
 	ret i32 0
 }
 
-declare void @llvm.memset.i64(i8* nocapture, i8, i64, i32) nounwind
-
 declare void @abort() noreturn nounwind




More information about the llvm-commits mailing list