// 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.
- uint64_t InDemandedBits = ~0ULL >> 64-BitWidth+NLZ;
+ uint64_t InDemandedBits = ~0ULL >> (64-BitWidth+NLZ);
// Find information about known zero/one bits in the input.
if (SimplifyDemandedBits(I->getOperand(0), InDemandedBits,
<File
RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
</File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
- </File>
</Filter>
<Filter
Name="IPO"
<File
RelativePath="..\..\include\llvm\PassManager.h">
</File>
- <File
- RelativePath="..\..\lib\VMCore\PassManagerT.h">
- </File>
<File
RelativePath="..\..\include\llvm\PassSupport.h">
</File>