forked from OSchip/llvm-project
7c221a7d4f
This provides a much cleaner interface into Symbols, and allows for users to start injecting op-specific information. For example, derived op can now inject when a symbol can be discarded if use_empty. This would let us drop unused external functions, which generally have public visibility. This revision also adds a new `extraTraitClassDeclaration` field to ODS OpInterface to allow for injecting declarations into the trait class that gets attached to the operations. Differential Revision: https://reviews.llvm.org/D78522 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestFunc.cpp | ||
TestMatchers.cpp | ||
TestSideEffects.cpp | ||
TestSymbolUses.cpp |