llvm-project/mlir/test/Interfaces
Mahesh Ravishankar 6f03a10e4f [mlir][TilingInterface] Add a method to generate scalar implementation of the op.
While The tiling interface provides a mechanism for operations to be
tiled into tiled version of the op (or another op at the same level of
abstraction), the `generateScalarImplementation` method added here is
the "exit point" after all transformations have been done. Ops that
implement this method are expected to generate IR that are directly
lowerable to backend dialects like LLVM or SPIR-V dialects.

Differential Revision: https://reviews.llvm.org/D130612
2022-07-28 16:37:15 +00:00
..
DataLayoutInterfaces [mlir][NFC] Update textual references of `func` to `func.func` in IR/Interface tests 2022-04-20 22:17:30 -07:00
InferIntRangeInterface [mlir][Arith] Implement InferIntRangeInterface for arithmetic ops 2022-06-14 18:30:34 +00:00
InferShapedTypeOpInterface [mlir][NFC] Update textual references of `func` to `func.func` in IR/Interface tests 2022-04-20 22:17:30 -07:00
TilingInterface [mlir][TilingInterface] Add a method to generate scalar implementation of the op. 2022-07-28 16:37:15 +00:00