summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
diff options
context:
space:
mode:
authorAmy Kwan <amy.kwan1@ibm.com>2020-07-22 12:16:08 -0500
committerAmy Kwan <amy.kwan1@ibm.com>2020-07-22 13:27:05 -0500
commit08b4a50e39d8b8db17b8eddacba795e99304e418 (patch)
tree4279c7381c3beb41b97fa58e26d1b09a174d850d /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
parent1c060aa988452508fcfc65357f4a6467f3f88cc1 (diff)
[PowerPC][Power10] Fix the Test LSB by Byte (xvtlsbb) Builtins Implementation
The implementation of the xvtlsbb builtins/intrinsics were not correct as the intrinsics previously used i1 as an argument type. This patch changes the i1 argument type used in these intrinsics to be i32 instead, as having the second as an i1 can lead to issues in the backend. Differential Revision: https://reviews.llvm.org/D84291
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
0 files changed, 0 insertions, 0 deletions