[all-commits] [llvm/llvm-project] cb199e: [MC] Define and use MCRegisterInfo::regsOverlap

Jay Foad via All-commits all-commits at lists.llvm.org
Mon Feb 14 12:48:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb199e0fca32e493d30112cc21417ff0e1e04ba9
      https://github.com/llvm/llvm-project/commit/cb199e0fca32e493d30112cc21417ff0e1e04ba9
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/MC/MCRegisterInfo.h
    M llvm/lib/MC/MCRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h

  Log Message:
  -----------
  [MC] Define and use MCRegisterInfo::regsOverlap

Separate MCRegisterInfo::regsOverlap out from
TargetRegisterInfo::regsOverlap. This is useful in the AMDGPU AsmParser
where we only have access to MCRegisterInfo.

Differential Revision: https://reviews.llvm.org/D119533




More information about the All-commits mailing list