llvm-project/mlir/g3doc/Tutorials
Nicolas Vasilache fdbbb3c274 Use lambdas for nesting edsc constructs.
Using ArrayRef introduces issues with the order of evaluation between a constructor and
    the arguments of the subsequent calls to the `operator()`.
    As a consequence the order of captures is not well-defined can go wrong with certain compilers (e.g. gcc-6.4).
    This CL fixes the issue by using lambdas in lieu of ArrayRef.

--

PiperOrigin-RevId: 249114775
2019-05-20 13:50:28 -07:00
..
Linalg Use lambdas for nesting edsc constructs. 2019-05-20 13:50:28 -07:00
Toy NFC: Tidy up DialectConversion.cpp and rename DialectOpConversion to DialectConversionPattern. 2019-05-20 13:48:19 -07:00