diff options
author | Arjun P <arjunpitchanathan@gmail.com> | 2022-07-15 17:27:32 +0100 |
---|---|---|
committer | Arjun P <arjunpitchanathan@gmail.com> | 2022-07-15 17:29:31 +0100 |
commit | 821fe9efa4832112071a21a2e6a898069a37d752 (patch) | |
tree | 45a80595aec81ee4bfe2f873eede9ff4059947cd /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 9390b8d34ce3a7f2bad33672ea8089e0b26e1f91 (diff) | |
download | llvm-821fe9efa4832112071a21a2e6a898069a37d752.zip llvm-821fe9efa4832112071a21a2e6a898069a37d752.tar.gz llvm-821fe9efa4832112071a21a2e6a898069a37d752.tar.bz2 |
[MLIR][Presburger] reintroduce int64_t versions of floorDiv, ceilDiv in mlir::presburger namespace
This is useful because MPInt.h defines identically-named functions that
operate on MPInts, which would otherwie become the only candidates of
overload resolution when calling e.g. ceilDiv from the mlir::presburger
namespace (iff MPInt.h is included). So to access the 64-bit overloads, an
explict call to mlir::ceilDiv would be required. This patch adds `using`
declarations allowing overload resolution to transparently call the right
function.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D129820
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions