[all-commits] [llvm/llvm-project] cc3aff: [clang] [MSVC] Implement __mulh and __umulh builti...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Aug 19 01:30:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc3affd8b02091bf475f9dd083802e1b6a232be1
https://github.com/llvm/llvm-project/commit/cc3affd8b02091bf475f9dd083802e1b6a232be1
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsAArch64.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Headers/intrin.h
M clang/test/CodeGen/arm64-microsoft-intrinsics.c
Log Message:
-----------
[clang] [MSVC] Implement __mulh and __umulh builtins for aarch64
The code is based on the same __mulh and __umulh intrinsics for
x86.
This should fix PR51128.
Differential Revision: https://reviews.llvm.org/D106721
More information about the All-commits
mailing list