commit | 8c7feba0151edb4eb31dedfb4cc1e8ea3b62866f | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Thu Aug 23 09:58:23 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:04:19 2019 -0700 |
tree | 926da684f77fb3db76df17a317166d7b4e50e392 | |
parent | 1eb77489736ce7423680c4c70334ca659eaab941 [diff] |
Introduce a new extract_element operation that does what it says. Introduce a new VectorOrTensorType class that provides a common interface between vector and tensor since a number of operations will be uniform across them (including extract_element). Improve the LoadOp verifier. I also updated the MLIR spec doc as well. PiperOrigin-RevId: 209953189