diff options
| author | Nikita Popov <npopov@redhat.com> | 2022-02-16 16:29:10 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2022-02-16 16:31:55 +0100 |
| commit | c9032f1a69ed2a5368a5ef783ff4a5c641e86565 (patch) | |
| tree | a178cea5bd866a6040588e858b646952ed844d3e /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
| parent | 8f7f3c1f99169409e7a03cb1e03bcaac6ae82f6f (diff) | |
| download | llvm-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/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions
