Templatize linalg::LowerToLoops - NFC
authorNicolas Vasilache <ntv@google.com>
Fri, 15 Nov 2019 15:12:17 +0000 (07:12 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 15 Nov 2019 15:12:51 +0000 (07:12 -0800)
commit264a4635c8e4be829c21f6c6992d145e81272093
tree195f5f6546743f25162813253f800cff8711f3c5
parent57bafc674e68396374c62f4ecb8cb43064d41b27
Templatize linalg::LowerToLoops - NFC

This modification will allow to easily plug lowering of linalg ops to different types of loops (affine, loop.for and other future constructs).
This is purely NFC for now.

PiperOrigin-RevId: 280652186
mlir/lib/Dialect/Linalg/Transforms/LowerToLoops.cpp