Move explicit calls to Module::getNamedFunction outside of the operations that...
authorRiver Riddle <riverriddle@google.com>
Fri, 24 May 2019 00:01:16 +0000 (17:01 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 02:59:44 +0000 (19:59 -0700)
commit22f1af4400dacc03d1af21e52289078e270e16e0
treea9815171f9356a49e65ca2f9ff9e4c0a689e5a48
parent5185acca0dc6592dde1e8a1f54bd3362e2358732
Move explicit calls to Module::getNamedFunction outside of the operations that contain FunctionAttr. It is up to the users of operations to query the module for a specific function referenced by a FunctionAttr.

--

PiperOrigin-RevId: 249743109
mlir/include/mlir/GPU/GPUDialect.h
mlir/include/mlir/StandardOps/Ops.td
mlir/lib/GPU/IR/GPUDialect.cpp
mlir/lib/StandardOps/Ops.cpp