// Couldn't symbolically evaluate.
if (!CondVal) return UnknownValue;
- if (CondVal->getZExtValue() == ExitWhen) {
+ if (CondVal->getZExtValue() == uint64_t(ExitWhen)) {
ConstantEvolutionLoopExitValue[PN] = PHIVal;
++NumBruteForceTripCountsComputed;
return SCEVConstant::get(ConstantInt::get(Type::Int32Ty, IterationNum));
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
- RelativePath="..\..\lib\Target\CBackend\Writer.cpp">
+ RelativePath="..\..\lib\Target\CBackend\CBackend.cpp">
</File>
</Filter>
<Filter
<File
RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h">
</File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h">
+ </File>
<File
RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h">
</File>
<File
RelativePath="..\..\include\llvm\PassManager.h">
</File>
+ <File
+ RelativePath="..\..\include\llvm\PassManagers.h">
+ </File>
<File
RelativePath="..\..\include\llvm\PassSupport.h">
</File>
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\Writer.obj"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\Writer.obj"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"