[all-commits] [llvm/llvm-project] e3658c: [VE] Change inetger constants 32-bit friendly
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Feb 3 14:05:22 PST 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: e3658cefc5bc3538d05fc8ef058d83bcd24b785a
https://github.com/llvm/llvm-project/commit/e3658cefc5bc3538d05fc8ef058d83bcd24b785a
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M llvm/lib/Target/VE/VE.h
Log Message:
-----------
[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
(cherry picked from commit 4648098f97fa2a7c08c04632c70cf29293528812)
More information about the All-commits
mailing list