[all-commits] [llvm/llvm-project] 99d18f: Reland [IR] Intrinsics default attributes and opt-...
Stefan Stipanovic via All-commits
all-commits at lists.llvm.org
Wed Aug 26 02:41:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99d18f79646cf154fed1ffdb473afa8ebd943b07
https://github.com/llvm/llvm-project/commit/99d18f79646cf154fed1ffdb473afa8ebd943b07
Author: sstefan1 <sstipanovic at s-energize.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
M llvm/test/TableGen/intrin-side-effects.td
M llvm/test/TableGen/intrinsic-long-name.td
M llvm/test/TableGen/intrinsic-pointer-to-any.td
M llvm/test/TableGen/intrinsic-struct.td
M llvm/test/TableGen/intrinsic-varargs.td
M llvm/test/TableGen/searchabletables-intrinsic.td
M llvm/utils/TableGen/CodeGenIntrinsics.h
M llvm/utils/TableGen/CodeGenTarget.cpp
M llvm/utils/TableGen/SearchableTableEmitter.cpp
Log Message:
-----------
Reland [IR] Intrinsics default attributes and opt-out flag
Intrinsic properties can now be set to default and applied to all
intrinsics. If the attributes are not needed, the user can opt-out by
setting the DisableDefaultAttributes flag to true.
Differential Revision: https://reviews.llvm.org/D70365
More information about the All-commits
mailing list