Add a getLoc() method on mlir::Value that returns the loc of the defining Operati...
authorMehdi Amini <aminim@google.com>
Mon, 1 Apr 2019 17:42:34 +0000 (10:42 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 1 Apr 2019 18:00:58 +0000 (11:00 -0700)
commit51f6c0ea600b665be8436c9bd732008df7137f38
tree2a6557857818c272ff01c3cd8d39bd8c96fe8f02
parent005d54329ed1ea49450441df24d26faef2525438
Add a getLoc() method on mlir::Value that returns the loc of the defining Operations if any, otherwise an unknown location

--

PiperOrigin-RevId: 241354085
mlir/include/mlir/IR/Value.h
mlir/lib/IR/Value.cpp