diff options
author | Thomas Raoux <thomasraoux@google.com> | 2023-03-28 23:59:00 +0000 |
---|---|---|
committer | Thomas Raoux <thomasraoux@google.com> | 2023-03-28 23:59:45 +0000 |
commit | 1d448e1f24a8a44f9ab95c42945ef15cc63b48e7 (patch) | |
tree | 18b706509d4dfb2b2acbb5e6f323175d77b92c46 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0ceec3ebfcf339147f640dcb5c6d9f397c7bb502 (diff) | |
download | llvm-1d448e1f24a8a44f9ab95c42945ef15cc63b48e7.zip llvm-1d448e1f24a8a44f9ab95c42945ef15cc63b48e7.tar.gz llvm-1d448e1f24a8a44f9ab95c42945ef15cc63b48e7.tar.bz2 |
[mlir][bufferization] Use rewriter to erase ops in scf.forall bufferization.
Without this bufferization cannot track operations removed during bufferization.
Unfortunately there is currently no way to enforce that ops need to be erased through
the rewriter and this causes sporadic errors when tracking pointers in Bufferization pass.
Therefore there is no easy way to test that the pattern is doing the right thing.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D147095
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions