mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
Unbreak VC++ build.
llvm-svn: 33021
This commit is contained in:
parent
96ebce2eda
commit
2bfbf6b99c
@ -1091,7 +1091,7 @@ bool InstCombiner::SimplifyDemandedBits(Value *V, uint64_t DemandedMask,
|
|||||||
|
|
||||||
// If the top bit of the output is demanded, demand everything from the
|
// If the top bit of the output is demanded, demand everything from the
|
||||||
// input. Otherwise, we demand all the input bits except NLZ top bits.
|
// input. Otherwise, we demand all the input bits except NLZ top bits.
|
||||||
uint64_t InDemandedBits = ~0ULL >> 64-BitWidth+NLZ;
|
uint64_t InDemandedBits = ~0ULL >> (64-BitWidth+NLZ);
|
||||||
|
|
||||||
// Find information about known zero/one bits in the input.
|
// Find information about known zero/one bits in the input.
|
||||||
if (SimplifyDemandedBits(I->getOperand(0), InDemandedBits,
|
if (SimplifyDemandedBits(I->getOperand(0), InDemandedBits,
|
||||||
|
@ -147,9 +147,6 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
|
RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="IPO"
|
Name="IPO"
|
||||||
|
@ -290,9 +290,6 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\PassManager.h">
|
RelativePath="..\..\include\llvm\PassManager.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\VMCore\PassManagerT.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\PassSupport.h">
|
RelativePath="..\..\include\llvm\PassSupport.h">
|
||||||
</File>
|
</File>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user