diff options
author | Alex Bradbury <asb@igalia.com> | 2024-07-16 14:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 14:13:13 +0100 |
commit | 522fd53838d577add8c19b5eccccae756fd27899 (patch) | |
tree | 34becd1c6a989de9166308b6cf1ad5c6cac4ca8a /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 00f83a85c754e8b465e94470e733292cdbfbfe71 (diff) | |
download | llvm-522fd53838d577add8c19b5eccccae756fd27899.zip llvm-522fd53838d577add8c19b5eccccae756fd27899.tar.gz llvm-522fd53838d577add8c19b5eccccae756fd27899.tar.bz2 |
[Intrinsics][PreISelInstrinsicLowering] llvm.memcpy.inline length no longer needs to be constant (#98281)
Following on from the discussion in
https://discourse.llvm.org/t/rfc-introducing-an-llvm-memset-pattern-inline-intrinsic/79496
and the equivalent change for llvm.memset.inline (#95397), this removes
the requirement that the length of llvm.memcpy.inline is constant.
PreISelInstrinsicLowering will expand llvm.memcpy.inline with
non-constant lengths, while the codegen path for constant lengths is
left unaltered.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions