[all-commits] [llvm/llvm-project] 1bd928: [AArch64InstPrinter] Use * 4096 instead of << 12
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Dec 16 14:07:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1bd928e50bb85a1ab8440473abd2a0a4ecd1349a
https://github.com/llvm/llvm-project/commit/1bd928e50bb85a1ab8440473abd2a0a4ecd1349a
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
Log Message:
-----------
[AArch64InstPrinter] Use * 4096 instead of << 12
Left shirting a negative integer is undefined before C++20.
More information about the All-commits
mailing list