mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
[BDCE] Add comments. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
264bdd8966
commit
b06e406fa7
@ -107,6 +107,8 @@ void DemandedBits::determineLiveOperandBits(
|
||||
AB = AOut.byteSwap();
|
||||
break;
|
||||
case Intrinsic::bitreverse:
|
||||
// The alive bits of the input are the reversed alive bits of
|
||||
// the output.
|
||||
AB = AOut.reverseBits();
|
||||
break;
|
||||
case Intrinsic::ctlz:
|
||||
|
Loading…
Reference in New Issue
Block a user