aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/python.test
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2022-05-19 16:13:51 +0200
committerAlex Zinenko <zinenko@google.com>2022-05-20 12:55:32 +0200
commit122e685878991b63e414733094e9876e715d08e0 (patch)
treecd74459e9c6ff3d88e0c618490c6473c9dca87bc /lldb/test/Shell/ScriptInterpreter/Python/python.test
parentb4dd9fc370a1bfd77b1f67172008c351216093a2 (diff)
downloadllvm-122e685878991b63e414733094e9876e715d08e0.zip
llvm-122e685878991b63e414733094e9876e715d08e0.tar.gz
llvm-122e685878991b63e414733094e9876e715d08e0.tar.bz2
[mlir] do not elide dialect prefix for ops with dots in the name
For the hypothetical "a.b.c" op printed within a region that declares "a" as the default dialect, MLIR would currently elide the "a." prefix and only print "b.c". However, this becomes ambiguous while parsing as "b.c" may be exist as the "c" op in the "b" dialect. If it does not, the parsing currently fails. Do not elide the default dialect if the op name contains further dots to avoid the ambiguity. See https://discourse.llvm.org/t/dropping-dialect-prefix-for-ops-with-multiple-dots-in-the-name/62562 Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D125975
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/python.test')
0 files changed, 0 insertions, 0 deletions