[VE] Change inetger constants 32-bit friendly
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Sat, 30 Jan 2021 03:34:06 +0000 (12:34 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 1 Feb 2021 10:00:47 +0000 (19:00 +0900)
commit4648098f97fa2a7c08c04632c70cf29293528812
treea0a4f4c63bdc1226ae62b5620e813889845fad65
parenta9583a19237e66fa56fcd979511ac14232e9a3c3
[VE] Change inetger constants 32-bit friendly

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.

Reviewed By: mgorny

Differential Revision: https://reviews.llvm.org/D95724
llvm/lib/Target/VE/VE.h