diff options
author | Craig Topper <craig.topper@intel.com> | 2018-11-27 18:24:56 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-11-27 18:24:56 +0000 |
commit | 7ceef03dc952a8ad09c055c21d613a0ff30f27d8 (patch) | |
tree | d9a4783923859de23bb1cdc437a6faeeaa52888e /lldb/packages/Python/lldbsuite/test/python_api | |
parent | fd6ea134f4c4eb32d9f19d4ba36316e6d7e05f4b (diff) | |
download | bcm5719-llvm-7ceef03dc952a8ad09c055c21d613a0ff30f27d8.tar.gz bcm5719-llvm-7ceef03dc952a8ad09c055c21d613a0ff30f27d8.zip |
[X86] Replace an APInt that is guaranteed to be 8-bits with just an 'unsigned'
We're already mixing this APInt with other 'unsigned' variables. This allows us to use regular comparison operators instead of needing to use APInt::ult or APInt::uge. And it removes a later conversion from APInt to unsigned.
I might be adding another combine to this function and this will probably simplify the logic required for that.
llvm-svn: 347684
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions