aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
diff options
context:
space:
mode:
authorGuray Ozen <guray.ozen@gmail.com>2022-11-18 08:38:03 +0100
committerGuray Ozen <guray.ozen@gmail.com>2022-11-18 08:38:53 +0100
commitc5798fae05af55b513e872561b7277c6affe9d7d (patch)
tree0187d71d772c98dc0074142b99c9abecbe446ec9 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
parent98441fc9e4a705c91f6f524fc3965e2e0516de3a (diff)
downloadllvm-c5798fae05af55b513e872561b7277c6affe9d7d.zip
llvm-c5798fae05af55b513e872561b7277c6affe9d7d.tar.gz
llvm-c5798fae05af55b513e872561b7277c6affe9d7d.tar.bz2
[mlir] [transform] Error for duplicated processor mapping
In a nested loop nest, it is not feasible to map different loops to the same processing unit; for an example, check the code below. This modification includes a check in this circumstance. ``` scf.foreach_thread (%i, %j) in (%c32, %c32) {...} { mapping = [#gpu.thread<x>, #gpu.thread<x>] } ``` Note: It also deletes a test because it is not possible to reproduce this error. Depends on D138020 Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D138032
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions