Add a convenient `clone()` method on the `Op` class that forward to the underlying...
authorMehdi Amini <aminim@google.com>
Sun, 1 Sep 2019 23:15:14 +0000 (16:15 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 1 Sep 2019 23:15:45 +0000 (16:15 -0700)
commit8ce2274d0d29cfd77d531ae0b3085ade5285dc4b
tree26e2a3a5a3f735680648865ec74c27ae05ec9aa3
parent765d60fd4d4dc93f45bd74e4fd397e92feeb1714
Add a convenient `clone()` method on the `Op` class that forward to the underlying `Operation` (NFC)

PiperOrigin-RevId: 266685852
mlir/include/mlir/IR/OpDefinition.h
mlir/include/mlir/IR/Operation.h