[all-commits] [llvm/llvm-project] 1e843a: [MS] Add more 128bit cmpxchg intrinsics for AArch64
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Wed Nov 25 12:09:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e843a987d847da48aaf41801b79cfb364937e8f
https://github.com/llvm/llvm-project/commit/1e843a987d847da48aaf41801b79cfb364937e8f
Author: Reid Kleckner <rnk at google.com>
Date: 2020-11-25 (Wed, 25 Nov 2020)
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/ms-intrinsics.c
Log Message:
-----------
[MS] Add more 128bit cmpxchg intrinsics for AArch64
The MSVC STL for requires this on ARM64.
Requested in https://llvm.org/pr47099
Depends on D92061
Differential Revision: https://reviews.llvm.org/D92062
More information about the All-commits
mailing list