NFC: Cleanup the implementation of walkSymbolUses.
authorRiver Riddle <riverriddle@google.com>
Sat, 19 Oct 2019 04:28:47 +0000 (21:28 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sat, 19 Oct 2019 04:29:15 +0000 (21:29 -0700)
commit5f6bdd144af44ff0840e2dd0d66a21dec3624299
tree1868c7f253c192f10a72e14e17b78fe87e31f2e4
parentd9db842e687da426c627e207234dd3eff1ad139b
NFC: Cleanup the implementation of walkSymbolUses.

Refactor the implementation to be much cleaner by adding a `make_second_range` utility to walk the `second` value of a range of pairs.

PiperOrigin-RevId: 275598985
mlir/include/mlir/Support/STLExtras.h
mlir/lib/IR/SymbolTable.cpp