This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-23 11:13:28 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
3ff355fa36
llvm-mirror
/
lib
/
IR
/
AttributesCompatFunc.td
2 lines
32 B
TableGen
Raw
Normal View
History
Unescape
Escape
Provide a way to specify inliner's attribute compatibility and merging. This reapplies r256277 with two changes: - In emitFnAttrCompatCheck, change FuncName's type to std::string to fix a use-after-free bug. - Remove an unnecessary install-local target in lib/IR/Makefile. Original commit message for r252949: Provide a way to specify inliner's attribute compatibility and merging rules using table-gen. NFC. This commit adds new classes CompatRule and MergeRule to Attributes.td, which are used to generate code to check attribute compatibility and merge attributes of the caller and callee. rdar://problem/19836465 llvm-svn: 256304
2015-12-23 00:57:37 +01:00
include
"llvm/IR/Attributes.td"
Reference in New Issue
Copy Permalink