summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2023-10-26 12:12:10 -0700
committerCraig Topper <craig.topper@sifive.com>2023-10-26 12:20:01 -0700
commit56183cf608f308ff441b69dcc3ef626acbb014d4 (patch)
tree89da20b84b52d622bd941335fbd4f612476c5d01 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parente39f6c1844fab59c638d8059a6cf139adb42279a (diff)
[RISCV] Disable lax vector conversions between RVVBuiltin types and RVVFixedLengthDataVector.
This seems to be causing issues with using overloaded RVV intrinsics that take scalar operands. If the scalar type passed in doesn't exactly match the element type. I blindly copied this feature from SVE. Since no one has asked for it I'd prefer to remove it to make overloaded intrinsics work as expected. By removing the lax conversions, types declared with __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))) can only ever be used like their underlying RVV builtin type. No lax conversions to other element sizes with the same LMUL. Fixes #64404.
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions