aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2022-02-16 16:29:10 +0100
committerNikita Popov <npopov@redhat.com>2022-02-16 16:31:55 +0100
commitc9032f1a69ed2a5368a5ef783ff4a5c641e86565 (patch)
treea178cea5bd866a6040588e858b646952ed844d3e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
parent8f7f3c1f99169409e7a03cb1e03bcaac6ae82f6f (diff)
downloadllvm-c9032f1a69ed2a5368a5ef783ff4a5c641e86565.zip
llvm-c9032f1a69ed2a5368a5ef783ff4a5c641e86565.tar.gz
llvm-c9032f1a69ed2a5368a5ef783ff4a5c641e86565.tar.bz2
[LowerMemIntrinsics] Explicitly use i8 type in memmove lowering
By convention, memcpy/memmove intrinsics are always used with i8 pointers (though this is not enforced), so in practice this code was always using an i8 type. Make that explicit. Of course, i8 is not a very profitable choice, and this code could be more performant by picking an appropriate larger type. But that would require additional test coverage and correctness review, and certainly shouldn't be a decision based on the pointer element type.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions