llvm-project
a799a8e9 - [CIR] Cast record size to uint64 to prevent overflow (#167525)

Commit
97 days ago
[CIR] Cast record size to uint64 to prevent overflow (#167525) `llvm::TypeSize` uses 64bit integers, so we should cast the `recordSize` before multiplying by 8 to prevent an overflow.
Parents
Loading