Update the rewrite methods of each of the DialectConversion patterns to notify...
authorRiver Riddle <riverriddle@google.com>
Sun, 19 May 2019 23:43:08 +0000 (16:43 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 20 May 2019 20:47:44 +0000 (13:47 -0700)
commit3090a651b702bf021cf14911e2e7d22dc8104cc5
treed0d1c0846c13471bd98b93ac17fcbe09ed9245dc
parent1e2d2f5d66ab64f2f8931d37334c4bad6c7ccc1f
Update the rewrite methods of each of the DialectConversion patterns to notify the PatternRewriter that the operation is being replaced.

--

PiperOrigin-RevId: 248965082
mlir/examples/Linalg/Linalg1/lib/ConvertToLLVMDialect.cpp
mlir/examples/Linalg/Linalg3/lib/ConvertToLLVMDialect.cpp
mlir/examples/toy/Ch5/mlir/LateLowering.cpp
mlir/include/mlir/IR/PatternMatch.h
mlir/lib/Dialect/QuantOps/Transforms/ConvertConst.cpp
mlir/lib/LLVMIR/Transforms/ConvertToLLVMDialect.cpp
mlir/lib/Linalg/Transforms/LowerToLLVMDialect.cpp