2 Commits

Author SHA1 Message Date
Lei Zhang
85d9b6c8f7 Use consistent names for dialect op source files
This CL changes dialect op source files (.h, .cpp, .td) to follow the following
convention:

  <full-dialect-name>/<dialect-namespace>Ops.{h|cpp|td}

Builtin and standard dialects are specially treated, though. Both of them do
not have dialect namespace; the former is still named as BuiltinOps.* and the
latter is named as Ops.*.

Purely mechanical. NFC.

PiperOrigin-RevId: 236371358
2019-03-29 16:53:19 -07:00
Jacques Pienaar
9a62178372 Rename OpRegistration to DialectRegistration. NFC.
The op registration files now are registering dialects instead, mechanical update names to reflect the change.

PiperOrigin-RevId: 219825547
2019-03-29 13:48:20 -07:00