mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Both `Target::ReadSignedIntegerFromMemory()` and `Process::ReadSignedIntegerFromMemory()` internally created an unsigned scalar, so extending the value later did not duplicate the sign bit.