llvm-project
461e4337
- [clang][bytecode] Don't use trunc() to increase APInt bitWidth (#180536)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 days ago
[clang][bytecode] Don't use trunc() to increase APInt bitWidth (#180536) `FieldDecl::getBitWidthValue()` can return a value higher than the type size of the bit field. We need to account for that.
References
#180536 - [clang][bytecode] Don't use trunc() to increase APInt bitWidth
Author
tbaederr
Parents
23021108
Loading