diff options
author | Matthias Springer <me@m-sp.org> | 2023-12-01 17:35:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 02:35:55 +0100 |
commit | ccfc2d687c106ee8430fccd09e165e0aaea39081 (patch) | |
tree | db3d784512624369ef236f057e6614dd9d68d555 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | fc74db466b0d2b87d2013d5e24be137f0d8b6f0a (diff) | |
download | llvm-ccfc2d687c106ee8430fccd09e165e0aaea39081.zip llvm-ccfc2d687c106ee8430fccd09e165e0aaea39081.tar.gz llvm-ccfc2d687c106ee8430fccd09e165e0aaea39081.tar.bz2 |
[mlir][transform] Remove `cachedNames` expensive check (#73961)
This check was trying to find cases of invalid API usage:
incorrect/missing handle side effects and/or incorrect rewriter usage.
This check is not implemented correctly and can report false positives
in case of pointer reuse (different op created at same location). It is
unclear if such a check can be implemented given that we have both
tracking listener-based handle updates and handle consumption.
Fixes #72931.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions