llvm-project/mlir/examples
River Riddle 2087bf6386 Remove lowerAffineConstructs and lowerControlFlow in favor of providing patterns.
These methods don't compose well with the rest of conversion framework, and create artificial breaks in conversion. Replace these methods with two(populateAffineToStdConversionPatterns and populateLoopToStdConversionPatterns respectively) that populate a list of patterns to perform the same behavior.

PiperOrigin-RevId: 258219277
2019-07-16 13:44:45 -07:00
..
Linalg Remove lowerAffineConstructs and lowerControlFlow in favor of providing patterns. 2019-07-16 13:44:45 -07:00
toy Remove the 'region' field from OpBuilder. 2019-07-12 17:42:41 -07:00
CMakeLists.txt Fix build for the Linalg example dialect with MacOS 2019-04-08 19:17:56 -07:00