[all-commits] [llvm/llvm-project] 1a6d82: Fix misc uses of "long" variables to use "int64_t".

Eli Friedman via All-commits all-commits at lists.llvm.org
Wed Jul 27 09:48:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a6d82b93f6b9101f62238f112f92b07877b8c21
      https://github.com/llvm/llvm-project/commit/1a6d82b93f6b9101f62238f112f92b07877b8c21
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/PPCFastISel.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td

  Log Message:
  -----------
  Fix misc uses of "long" variables to use "int64_t".

I don't have any evidence these particular uses are actually causing any
issues, but we should avoid accidentally truncating immediate values
depending on the host.




More information about the All-commits mailing list