commit | 1356caeaeb98760249bc7b19502105c82bde1816 | [log] [tgz] |
---|---|---|
author | Nicolas Vasilache <ntv@google.com> | Mon Jan 07 20:05:14 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 15:04:20 2019 -0700 |
tree | d12085ca9663e96a695a4a7da6c1c40ec76bcf54 | |
parent | cd5ccb4d435cead47cf9a4cf097ede16cd2c76a3 [diff] |
Introduce AffineMap::compose(AffineMap) This CL is the 2nd on the path to simplifying AffineMap composition. This CL uses the now accepted `AffineExpr::compose(AffineMap)` to implement `AffineMap::compose(AffineMap)`. Implications of keeping the simplification function in Analysis are documented where relevant. PiperOrigin-RevId: 228276646