[PATCH] D92800: [Clang] Add disable-merge function attribute which generates nomerge function attribute in IR
Zequan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 21:14:28 PST 2020
zequanwu updated this revision to Diff 310760.
zequanwu added a comment.
start a new diff to make nomerge attribute a function attribute as well as a statement attribute.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92800/new/
https://reviews.llvm.org/D92800
Files:
clang/include/clang/AST/Attr.h
clang/include/clang/Basic/Attr.td
clang/lib/CodeGen/CGCall.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/CodeGen/attr-nomerge.cpp
clang/test/Sema/attr-nomerge.cpp
clang/utils/TableGen/ClangAttrEmitter.cpp
llvm/include/llvm/IR/Attributes.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92800.310760.patch
Type: text/x-patch
Size: 9360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/188333af/attachment.bin>
More information about the llvm-commits
mailing list