[all-commits] [llvm/llvm-project] 8f5d81: [Clang][LLVM] Enable __arithmetic_fence and fprote...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Feb 13 11:26:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f5d81585aa9261342d5304e460925916ea1f851
https://github.com/llvm/llvm-project/commit/8f5d81585aa9261342d5304e460925916ea1f851
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Basic/Targets/AArch64.h
M clang/test/AST/arithmetic-fence-builtin.c
M clang/test/CodeGen/arithmetic-fence-builtin.c
A llvm/test/CodeGen/AArch64/arithmetic_fence.ll
Log Message:
-----------
[Clang][LLVM] Enable __arithmetic_fence and fprotect-parens on AArch64
Enable __arithmetic_fence and fprotect-parens on AArch64.
Test plan: ninja check-clang check-clang-tools check-llvm
Differential revision: https://reviews.llvm.org/D143781
More information about the All-commits
mailing list