commit | ff30328aa4c6d1d98530f9b5dd2432503ed12e60 | [log] [tgz] |
---|---|---|
author | Nicolas Vasilache <ntv@google.com> | Wed Nov 07 05:44:50 2018 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:49:49 2019 -0700 |
tree | 06d956f02b2cc4e6fa4201cf5989d6bef2335efb | |
parent | 3c0d78a940c5d1c6339e815e3fbd7d278c161e56 [diff] |
[MLIR] Make upper bound implementation exclusive This CL implement exclusive upper bound behavior as per b/116854378. A followup CL will update the semantics of the for loop. PiperOrigin-RevId: 220448963