diff options
| author | Sander de Smalen <sander.desmalen@arm.com> | 2025-08-01 09:05:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-01 09:05:19 +0100 |
| commit | 76ce4640735e1f1812c7763addadc5e98691d38a (patch) | |
| tree | 62b6ef2e8df18fd8d300f777cf0e8790800e2ef5 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | 451912a24a6040798eba752b69ec92c448bffbcf (diff) | |
[AArch64] Dont inline streaming fn into non-streaming caller (#150595)
Without this change, the following test would fail to compile
with `-march=armv8-a+sme`:
```
void func1(const svuint32_t *in, svuint32_t *out) {
[&]() __arm_streaming { *out = *in; }();
}
```
But in general, it's probably better never to inline
streaming functions into non-streaming functions, because
they will have been marked as 'streaming' for a reason
by the user.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
