diff options
author | Craig Topper <craig.topper@gmail.com> | 2020-01-04 17:03:33 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2020-01-04 17:03:50 -0800 |
commit | 285d5e6b8b1ecc70c25468b6c7458d2adadeddf3 (patch) | |
tree | 4c756df5eac11a103d0bb8c95a69affa59b68ac5 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 085898d469ab782f0a26f119b109aa8eb5d37745 (diff) | |
download | bcm5719-llvm-285d5e6b8b1ecc70c25468b6c7458d2adadeddf3.tar.gz bcm5719-llvm-285d5e6b8b1ecc70c25468b6c7458d2adadeddf3.zip |
[LegalizeVectorOps] Split most of ExpandStrictFPOp into a separate UnrollStrictFPOp method. Call that method from ExpandUINT_TO_FLOAT.
ExpandStrictFPOp calls ExpandUINT_TO_FLOAT. Previously, ExpandUINT_TO_FLOAT
returned SDValue() if it wasn't able to handle and needed to unroll.
Then ExpandStrictFPOp would detect his SDValue() and do the unroll.
After this change, ExpandUINT_TO_FLOAT will directly call
UnrollStrictFPOp and return the unrolled result.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions