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
Differential D95724
[VE] Change inetger constants 32-bit friendly ClosedPublic Authored by kaz7 on Jan 29 2021, 8:01 PM.
Details Summary Correct integer constants like 1UL << 63 to UINT64_C(1) << 63 in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 1 2021, 1:32 AM This revision was landed with ongoing or failed builds.Feb 1 2021, 2:01 AM Closed by commit rG4648098f97fa: [VE] Change inetger constants 32-bit friendly (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 320418 llvm/lib/Target/VE/VE.h
|