llvm/mlir/examples/Linalg/Linalg3/lib
2019-05-20 13:47:01 -07:00
..
Analysis.cpp
CMakeLists.txt Parsing support for Range, View and Slice operations 2019-05-06 08:20:55 -07:00
ConvertToLLVMDialect.cpp Rewrite the DialectOpConversion patterns to inherit from RewritePattern instead of Pattern. This simplifies the infrastructure a bit by being able to reuse PatternRewriter and the RewritePatternMatcher, but also starts to lay the groundwork for a more generalized legalization framework that can operate on DialectOpConversions as well as normal RewritePatterns. 2019-05-20 13:47:01 -07:00
DialectConstruction.cpp Post commit cleanups to the Linalg dialect 2019-04-07 18:20:19 -07:00
LoadStoreOps.cpp NFC: Make ParseResult public and update the OpAsmParser(and thus all of the custom operation parsers) to use it instead of bool. 2019-05-10 19:23:24 -07:00
TensorOps.cpp Add support for saving and restoring the insertion point of a FuncBuilder. This also updates the edsc::ScopedContext to use a single builder that saves/restores insertion points. This is necessary for using edscs within RewritePatterns. 2019-05-20 13:46:35 -07:00
Transforms.cpp Add support for saving and restoring the insertion point of a FuncBuilder. This also updates the edsc::ScopedContext to use a single builder that saves/restores insertion points. This is necessary for using edscs within RewritePatterns. 2019-05-20 13:46:35 -07:00