[all-commits] [llvm/llvm-project] 1de11f: Use RegisterInfo::regsOverlaps instead of checking...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Sat Feb 26 11:33:49 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1de11fe3600052d0cbc6c1f7c0ebd157348cc613
      https://github.com/llvm/llvm-project/commit/1de11fe3600052d0cbc6c1f7c0ebd157348cc613
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp

  Log Message:
  -----------
  Use RegisterInfo::regsOverlaps instead of checking aliases

This is both less code and faster since it doesn't have to expand all
the sub & superreg sets. NFCI.




More information about the All-commits mailing list