diff options
author | Matthias Springer <springerm@google.com> | 2021-04-20 20:36:55 +0900 |
---|---|---|
committer | Matthias Springer <springerm@google.com> | 2021-04-21 07:43:45 +0900 |
commit | dd5324467d1d42a3d5d4e7492778ce4997d0bc57 (patch) | |
tree | e87dfdf440169bcce57f51bb11650168cd39a585 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4824d876f00a08e00350dab347c6953d552ec83b (diff) | |
download | llvm-dd5324467d1d42a3d5d4e7492778ce4997d0bc57.zip llvm-dd5324467d1d42a3d5d4e7492778ce4997d0bc57.tar.gz llvm-dd5324467d1d42a3d5d4e7492778ce4997d0bc57.tar.bz2 |
[mlir] Disallow broadcast dimensions on TransferWriteOp.
The current implementation allows for TransferWriteOps with broadcasts that do not make sense. E.g., a broadcast could write a vector into a single (scalar) memory location, which is effectively the same as writing only the last element of the vector.
Differential Revision: https://reviews.llvm.org/D100842
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions