Correct integer constants like 1UL << 63 to UINT64_C(1) << 63 in
order to make them work on 32-bit machines. Tested on both an i386
and x86_64 machines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests