commit | ea3c5281e44e5d2125eef975cfb53b30f505cc57 | [log] [tgz] |
---|---|---|
author | Uday Bondhugula <bondhugula@google.com> | Mon Oct 29 11:39:55 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:43:58 2019 -0700 |
tree | 04239753728ce90bcfd3bdbe810030293fe843e9 | |
parent | 5300f89ee841204f62dadfffd8a814bd7c4583df [diff] |
Add getMemRefType() accessors to LoadOp/StoreOp. - There are several places where we are casting the type of the memref obtained from the load/store op to a memref type, and this will become even more common (some upcoming CLs this week). Add a getMemRefType and use it at several places where the cast was being used. PiperOrigin-RevId: 219164326