commit | 4a7078ebead37cdaabdd6b9601297aa0f8404851 | [log] [tgz] |
---|---|---|
author | Uday Bondhugula <bondhugula@google.com> | Mon Mar 04 14:58:59 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 16:56:06 2019 -0700 |
tree | 2c81ffaf5007cf8836cb895ef66f74f691a0eadb | |
parent | f6e707ca2d5514fc21aa10c83e509f7077c73f4d [diff] |
Bug fix for getConstantBoundOnDimSize - this was detected when memref-bound-check was run on the output of the loop-fusion pass - the addition (to represent ceildiv as a floordiv) had to be performed only for the constant term of the constraint - update test cases - memref-bound-check no longer returns an error on the output of this test case PiperOrigin-RevId: 236731137