diff options
author | Nathan Lanza <nathan@lanza.io> | 2018-11-07 19:27:36 +0000 |
---|---|---|
committer | Nathan Lanza <nathan@lanza.io> | 2018-11-07 19:27:36 +0000 |
commit | 067cc509d0653935e915794be715af91007aacbd (patch) | |
tree | a182f9ab4cd7d09802f3263c14a7034b584eba8b /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | a409cc959bb8e60b463571e8421eb591843f7c4b (diff) | |
download | llvm-067cc509d0653935e915794be715af91007aacbd.zip llvm-067cc509d0653935e915794be715af91007aacbd.tar.gz llvm-067cc509d0653935e915794be715af91007aacbd.tar.bz2 |
Adjust some id bit shifts to fit inside 32 bit integers
Summary:
The DAP on vscode uses a JavaScript `number` for identifiers while the
Visual Studio version uses a C# `Int` for identifiers. lldb-vscode is
bit shifting identifiers 32 bits and then bitwise ORing another 32 bit
identifier into a 64 bit id to form a unique ID. Change this to
a a partitioning of the 32 bits that makes sense for the data types.
Reviewers: clayborg
Differential Revision: https://reviews.llvm.org/D53599
llvm-svn: 346346
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions