mlir-hlo/lib
Robert Suderman e1651b6090 Canonicalize multidimensional iota to use broadcast
There is no reason to have a multidimensional iota for codegen.
This should be canonicalized to a single dimensional iota followed
by a broadcast. Changing iota to on a single dimension  and a broadcast
substantially simplifies implementing iota operations.

PiperOrigin-RevId: 320095470
2020-07-30 22:32:54 +00:00
..
Dialect/mhlo Canonicalize multidimensional iota to use broadcast 2020-07-30 22:32:54 +00:00
utils Move XLA-independent transforms to the new MLIR-HLO directory 2020-07-30 22:32:40 +00:00