diff options
| author | Arjun P <arjunpitchanathan@gmail.com> | 2022-07-11 14:28:15 +0100 |
|---|---|---|
| committer | Arjun P <arjunpitchanathan@gmail.com> | 2022-07-11 15:46:44 +0100 |
| commit | cdbc5f1e10d0317a6cfcaa1cadb269b242c21a02 (patch) | |
| tree | 49d510051c099e192fafe8c30c5080c71d4fbca5 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
| parent | b51638b3fb4fa94c2961ab64cbc7f64c7f3502ea (diff) | |
| download | llvm-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
