commit | 0cf3e9ff7fe37d44c187b35c6345e0049ed29a8c | [log] [tgz] |
---|---|---|
author | Nicolas Vasilache <ntv@google.com> | Wed Mar 27 17:50:34 2019 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 17:49:30 2019 -0700 |
tree | 2687491ac6a467ac323e4977e919994f233fd092 | |
parent | 49aa387a585e37ce5c5bfe6ee150f8c38832a469 [diff] |
Make vectorization aware of loop semantics Now that we have a dependence analysis, we can check that loops are indeed parallel and make vectorization correct. PiperOrigin-RevId: 240682727