[PATCH] D85264: Avoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_INLINE
James Park via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 09:07:16 PDT 2020
jpark37 updated this revision to Diff 284770.
jpark37 added a comment.
Changed "__attribute__((always_inline)) inline" to "inline __attribute__((always_inline))" to match Mesa: https://gitlab.freedesktop.org/mesa/mesa/-/blob/35938c15e22e3021f7693425f0d2134845c81f6b/src/util/macros.h#L144
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85264/new/
https://reviews.llvm.org/D85264
Files:
llvm/include/llvm/IR/User.h
llvm/include/llvm/Support/Compiler.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85264.284770.patch
Type: text/x-patch
Size: 7536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200811/edeeb935/attachment.bin>
More information about the llvm-commits
mailing list