[llvm-branch-commits] [mlir] 3afbfb4 - [mlir][NFC] Move helper substWithMin into Affine utils

2021-01-15 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-15T17:13:56-08:00 New Revision: 3afbfb4145bea3796f1137c34848093c3435 URL: https://github.com/llvm/llvm-project/commit/3afbfb4145bea3796f1137c34848093c3435 DIFF: https://github.com/llvm/llvm-project/commit/3afbfb4145bea3796f1137c34848093c3435.diff

[llvm-branch-commits] [mlir] fd2083d - [mlir] Fixing potential build break in my previous commit

2021-01-15 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-15T17:38:16-08:00 New Revision: fd2083d73c2d229e80c1091a0399f7e1076e8c52 URL: https://github.com/llvm/llvm-project/commit/fd2083d73c2d229e80c1091a0399f7e1076e8c52 DIFF: https://github.com/llvm/llvm-project/commit/fd2083d73c2d229e80c1091a0399f7e1076e8c52.diff

[llvm-branch-commits] [mlir] 26c8f90 - [mlir[[vector] Extend Transfer read/write ops to support tensor types.

2020-12-21 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-21T08:55:04-08:00 New Revision: 26c8f9081b6b1ca9358ac2ca38e8e603fb6f7d64 URL: https://github.com/llvm/llvm-project/commit/26c8f9081b6b1ca9358ac2ca38e8e603fb6f7d64 DIFF: https://github.com/llvm/llvm-project/commit/26c8f9081b6b1ca9358ac2ca38e8e603fb6f7d64.diff

[llvm-branch-commits] [mlir] 7c7b55b - [mlir][vector] Extend vector unroll to all element-wise ops

2020-12-21 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-21T13:31:22-08:00 New Revision: 7c7b55b985136a975223a9cefccd8fa1a5df7765 URL: https://github.com/llvm/llvm-project/commit/7c7b55b985136a975223a9cefccd8fa1a5df7765 DIFF: https://github.com/llvm/llvm-project/commit/7c7b55b985136a975223a9cefccd8fa1a5df7765.diff

[llvm-branch-commits] [mlir] 7418688 - [mlir][vector] Add more vector Ops canonicalization

2020-12-23 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-23T11:25:01-08:00 New Revision: 74186880ba99b37c0375e9d87df818beee8b4ff2 URL: https://github.com/llvm/llvm-project/commit/74186880ba99b37c0375e9d87df818beee8b4ff2 DIFF: https://github.com/llvm/llvm-project/commit/74186880ba99b37c0375e9d87df818beee8b4ff2.diff

[llvm-branch-commits] [mlir] cf21667 - [mlir][linalg] Add vectorization for linalg on tensor ops

2020-12-29 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-29T09:02:23-08:00 New Revision: cf216670a0bd1f2ce561a315e00649740f117e1c URL: https://github.com/llvm/llvm-project/commit/cf216670a0bd1f2ce561a315e00649740f117e1c DIFF: https://github.com/llvm/llvm-project/commit/cf216670a0bd1f2ce561a315e00649740f117e1c.diff

[llvm-branch-commits] [mlir] c503dc1 - [mlir][linalg] Add vectorization for element-wise linalg ops

2020-12-03 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-03T15:31:13-08:00 New Revision: c503dc1b8a52946e4daefa1a266e74a102382971 URL: https://github.com/llvm/llvm-project/commit/c503dc1b8a52946e4daefa1a266e74a102382971 DIFF: https://github.com/llvm/llvm-project/commit/c503dc1b8a52946e4daefa1a266e74a102382971.diff

[llvm-branch-commits] [mlir] 3e3e276 - [mlir][vector][NFC] Change UnrollVectorPattern to not be statically dependent on an op type

2020-12-04 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-04T09:53:01-08:00 New Revision: 3e3e276d22ca6917a721c4173b00b37850d8020c URL: https://github.com/llvm/llvm-project/commit/3e3e276d22ca6917a721c4173b00b37850d8020c DIFF: https://github.com/llvm/llvm-project/commit/3e3e276d22ca6917a721c4173b00b37850d8020c.diff

[llvm-branch-commits] [mlir] 8955e9f - [mlir][linalg] Fix bug in elementwise vectorization

2020-12-14 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2020-12-14T10:44:36-08:00 New Revision: 8955e9f6b75d436f92235531f003540401cd4b30 URL: https://github.com/llvm/llvm-project/commit/8955e9f6b75d436f92235531f003540401cd4b30 DIFF: https://github.com/llvm/llvm-project/commit/8955e9f6b75d436f92235531f003540401cd4b30.diff

[llvm-branch-commits] [mlir] f9190c8 - [mlir][vector] Support unrolling for transfer ops using tensors

2021-01-06 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-06T13:28:04-08:00 New Revision: f9190c868137dcf43833db2c8e1e00c7acca67bc URL: https://github.com/llvm/llvm-project/commit/f9190c868137dcf43833db2c8e1e00c7acca67bc DIFF: https://github.com/llvm/llvm-project/commit/f9190c868137dcf43833db2c8e1e00c7acca67bc.diff

[llvm-branch-commits] [mlir] efd0504 - [mlir] Add hoisting transformation for transfer ops on tensor

2021-01-06 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-06T14:23:59-08:00 New Revision: efd05040e13e942a4fbb79eb798fb9833e319b51 URL: https://github.com/llvm/llvm-project/commit/efd05040e13e942a4fbb79eb798fb9833e319b51 DIFF: https://github.com/llvm/llvm-project/commit/efd05040e13e942a4fbb79eb798fb9833e319b51.diff

[llvm-branch-commits] [mlir] 080943f - [mlir][vector] Support transfer op on tensor optimizations

2021-01-06 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-06T15:09:03-08:00 New Revision: 080943f7525f277579a000cf30364cc96fba6773 URL: https://github.com/llvm/llvm-project/commit/080943f7525f277579a000cf30364cc96fba6773 DIFF: https://github.com/llvm/llvm-project/commit/080943f7525f277579a000cf30364cc96fba6773.diff

[llvm-branch-commits] [mlir] 3d693bd - [mlir][vector] Add memory effects to transfer_read transfer_write ops

2021-01-11 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-11T09:25:37-08:00 New Revision: 3d693bd0bd77fe6f0dd922be374b7ba74739871a URL: https://github.com/llvm/llvm-project/commit/3d693bd0bd77fe6f0dd922be374b7ba74739871a DIFF: https://github.com/llvm/llvm-project/commit/3d693bd0bd77fe6f0dd922be374b7ba74739871a.diff

[llvm-branch-commits] [mlir] c1ae378 - [mlir][vector] Add side-effect information to different load/store ops

2021-01-11 Thread Thomas Raoux via llvm-branch-commits
Author: Thomas Raoux Date: 2021-01-11T12:34:14-08:00 New Revision: c1ae378205db72cd80a52b85b8474077d1aa5b15 URL: https://github.com/llvm/llvm-project/commit/c1ae378205db72cd80a52b85b8474077d1aa5b15 DIFF: https://github.com/llvm/llvm-project/commit/c1ae378205db72cd80a52b85b8474077d1aa5b15.diff