forked from OSchip/llvm-project
3f7439b280
Summary: Add directive to indicate the location to give to op being created. This directive is optional and if unused the location will still be the fused location of all source operations. Currently this directive only works with other op locations, reusing an existing op location or a fusion of op locations. But doesn't yet support supplying metadata for the FusedLoc. Based off initial revision by antiagainst@ and effectively mirrors GlobalIsel debug_locations directive. Differential Revision: https://reviews.llvm.org/D77649 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DialectGen.cpp | ||
DocGenUtilities.h | ||
EnumsGen.cpp | ||
LLVMIRConversionGen.cpp | ||
LLVMIRIntrinsicGen.cpp | ||
OpDefinitionsGen.cpp | ||
OpDocGen.cpp | ||
OpFormatGen.cpp | ||
OpFormatGen.h | ||
OpInterfacesGen.cpp | ||
PassDocGen.cpp | ||
PassGen.cpp | ||
RewriterGen.cpp | ||
SPIRVUtilsGen.cpp | ||
StructsGen.cpp | ||
mlir-tblgen.cpp |