[llvm] [CodeGen] Change the type from int64_t to uint64_t for getObjectSize and setObjectSize (PR #149251)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 16 22:35:49 PDT 2025


arsenm wrote:

Generally immediates are encoded as int64_t. If we change this to anything it should probably be TypeSize 

https://github.com/llvm/llvm-project/pull/149251


More information about the llvm-commits mailing list