diff options
author | Craig Topper <craig.topper@intel.com> | 2019-09-03 05:57:22 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-09-03 05:57:22 +0000 |
commit | b915109043d056a18a30b531cddf39cd69f4c82e (patch) | |
tree | 5e584b901820941f1b10ed617cefbf23c451a8f5 /lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py | |
parent | 9dc8c448ed4511b7802d78f78a29c0714868c7b0 (diff) | |
download | bcm5719-llvm-b915109043d056a18a30b531cddf39cd69f4c82e.tar.gz bcm5719-llvm-b915109043d056a18a30b531cddf39cd69f4c82e.zip |
[X86] Simplify the setOperationAction handling for fp_to_uint by improving the Custom handler a bit.
This merges the 32-bit and 64-bit mode code to just use Custom
for both i32 and i64. We already had most of the handling in
the custom handling due to the AVX512 having legal fp_to_uint.
Just needed to add the i32->i64 promotion handling. Refactor
the fp_to_uint code in the custom handler to simplify the
number of times we check things.
Tweak cost model tables to match the default handling we were
getting due to Expand before.
llvm-svn: 370700
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py')
0 files changed, 0 insertions, 0 deletions