[llvm] r237358 - New Loop Distribution pass

Adam Nemet anemet at apple.com
Thu May 14 05:37:48 PDT 2015


Yeah, I know, sorry about that.  Hopefully r237359 will fix this...

> On May 14, 2015, at 2:34 PM, İsmail Dönmez <ismail at donmez.ws> wrote:
> 
> Hi,
> 
> On Thu, May 14, 2015 at 3:05 PM, Adam Nemet <anemet at apple.com> wrote:
>> Author: anemet
>> Date: Thu May 14 07:05:18 2015
>> New Revision: 237358
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=237358&view=rev
>> Log:
>> New Loop Distribution pass
> 
> This breaks MSVC build:
> 
> FAILED: C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\cl.exe   /nologo /TP
> /DWIN32 /D_WINDOWS   -wd4146 -wd4180 -wd4244 -wd4258 -wd4267 -wd4291
> -wd4345 -wd4351 -wd4355 -wd4456 -wd4457 -wd4458 -wd4459 -wd4503
> -wd4624 -wd4722 -wd4800 -wd4100 -wd4127 -wd4512 -wd4505 -wd4610
> -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389
> -wd4611 -wd4805 -wd4204 -wd4324 -w14062 -we4238 /W4 /MT /O2 /Ob2 /D
> NDEBUG -Ilib\Transforms\Scalar -I..\lib\Transforms\Scalar -Iinclude
> -I..\include    /EHs-c- /GR- /showIncludes -DGTEST_HAS_RTTI=0
> -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS
> -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS
> -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE
> -D_SCL_SECURE_NO_WARNINGS -D__STDC_CONSTANT_MACROS
> -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
> /Folib\Transforms\Scalar\CMakeFiles\LLVMScalarOpts.dir\LoopDistribute.cpp.obj
> /Fdlib\Transforms\Scalar\CMakeFiles\LLVMScalarOpts.dir\ /FS -c
> ..\lib\Transforms\Scalar\LoopDistribute.cpp
> ..\lib\Transforms\Scalar\LoopDistribute.cpp(185) : error C2039:
> 'cloneLoopWithPreheader' : is not a member of '`global namespace''
> ..\lib\Transforms\Scalar\LoopDistribute.cpp(187) : error C2660:
> '`anonymous-namespace'::InstPartition::cloneLoopWithPreheader' :
> function does not take 8 arguments





More information about the llvm-commits mailing list