aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorArjun P <arjunpitchanathan@gmail.com>2022-07-11 14:28:15 +0100
committerArjun P <arjunpitchanathan@gmail.com>2022-07-11 15:46:44 +0100
commitcdbc5f1e10d0317a6cfcaa1cadb269b242c21a02 (patch)
tree49d510051c099e192fafe8c30c5080c71d4fbca5 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parentb51638b3fb4fa94c2961ab64cbc7f64c7f3502ea (diff)
downloadllvm-cdbc5f1e10d0317a6cfcaa1cadb269b242c21a02.zip
llvm-cdbc5f1e10d0317a6cfcaa1cadb269b242c21a02.tar.gz
llvm-cdbc5f1e10d0317a6cfcaa1cadb269b242c21a02.tar.bz2
[MLIR][Presburger] introduce MPInt to support fast arbitrary precision in Presburger
This uses an int64_t-based fastpath for the common case and falls back to SlowMPInt to handle the rare cases where larger numbers occur. It uses `__builtin_*` for performance through the support in LLVM MathExtras. Using this in the Presburger library results in a minor performance *improvement* over any commit hash before sequence of patches starting at d5e31cf38adfc2c240fb9717989792537cc9e819. This was previously reverted in 1e10d35ea9c02e9b5694836fd3dcc0b9baf28b48 due to a build failure; relanding now with an attempted fix. Reviewed By: Groverkss, ftynse Differential Revision: https://reviews.llvm.org/D128811
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions