llvm-project
3c1b9f27
- [WebAssembly][NFC] use getOneBitSet instead init + shifting for APint (#188552)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
28 days ago
[WebAssembly][NFC] use getOneBitSet instead init + shifting for APint (#188552) This is valid due to `ShiftAmt < BitWidth` which is ensured by early `ShiftAmt.uge(MaxValidShift)` testing.
References
#188552 - [WebAssembly][NFC] use getOneBitSet instead init + shifting for APint
Author
MaxGraey
Parents
b75c1d11
Loading