commit | 413db6a2faaa62d2cd4a5a8fe0f204788308312b | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Wed Jul 25 12:55:50 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:43:42 2019 -0700 |
tree | db51ba496744355e048d7283320f7ce44be1f000 | |
parent | 85ee151cd6f51c946ef81b8eef396786b5f17437 [diff] |
Fix FIXME's/TODOs: - Enhance memref type to allow omission of mappings and address spaces (implying a default mapping). - Fix printing of function types to properly recurse with printType so mappings are printed by name. - Simplify parsing of AffineMaps a bit now that we have isSymbolicOrConstant() PiperOrigin-RevId: 206039755