diff options
author | Jinsong Ji <jji@us.ibm.com> | 2020-01-03 20:25:19 +0000 |
---|---|---|
committer | Jinsong Ji <jji@us.ibm.com> | 2020-01-06 18:44:59 +0000 |
commit | e29a2e6be4e114b4233a2e0feedb74b2f34cf782 (patch) | |
tree | f8fd479d04b670935e2420fa700db92ccb81857a /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py | |
parent | 7ae3d335467a24faa80ebd9b31446c649570ca0c (diff) | |
download | bcm5719-llvm-e29a2e6be4e114b4233a2e0feedb74b2f34cf782.tar.gz bcm5719-llvm-e29a2e6be4e114b4233a2e0feedb74b2f34cf782.zip |
[PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double and other floating point type
In https://reviews.llvm.org/D67148, we use isFloatTy to test floating
point type, otherwise we return GPRRC.
So 'double' will be classified as GPRRC, which is not accurate.
This patch covers other floating point types.
Reviewed By: #powerpc, nemanjai
Differential Revision: https://reviews.llvm.org/D71946
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions