diff options
author | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2022-09-01 05:47:32 -0700 |
---|---|---|
committer | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2022-09-02 02:18:26 -0700 |
commit | fa8a10a1fd0dfd6e54822a033fb8b0900bd19c6d (patch) | |
tree | aeb0478da1190c2a3bb171efa53c4fd8635a57b3 /clang/unittests/libclang/LibclangTest.cpp | |
parent | 0816b629c9da5aa8885c4cb3fbbf5c905d37f0ee (diff) | |
download | llvm-fa8a10a1fd0dfd6e54822a033fb8b0900bd19c6d.zip llvm-fa8a10a1fd0dfd6e54822a033fb8b0900bd19c6d.tar.gz llvm-fa8a10a1fd0dfd6e54822a033fb8b0900bd19c6d.tar.bz2 |
[mlir][Vector] Refactor vector distribution and fix an issue related to non-homogenous transfer indices.
Running: `mlir-opt -test-vector-warp-distribute=rewrite-warp-ops-to-scf-if -canonicalize -verify-each=0`.
Prior to this revision, IR resembling the following would be produced:
```
%4 = "vector.load"(%3, %arg0) : (memref<1x32xf32, 3>, index) -> vector<1x1xf32>
```
This fails verification since it needs 2 indices to load but only 1 is provided.
Differential Revision: https://reviews.llvm.org/D133106
Diffstat (limited to 'clang/unittests/libclang/LibclangTest.cpp')
0 files changed, 0 insertions, 0 deletions