[all-commits] [llvm/llvm-project] 9d6a7e: CodeGen: Remove PointerLikeRegClass handling from ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Sep 19 16:52:24 PDT 2025


  Branch: refs/heads/users/arsenm/codegen/remove-PointerLikeRegClass
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d6a7e1dbf85eecadc522c341e9959122f46b2d3
      https://github.com/llvm/llvm-project/commit/9d6a7e1dbf85eecadc522c341e9959122f46b2d3
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-20 (Sat, 20 Sep 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCInstrDesc.h
    M llvm/include/llvm/Target/Target.td
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
    M llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp
    M llvm/utils/TableGen/Common/InstructionEncoding.cpp
    M llvm/utils/TableGen/DAGISelMatcherGen.cpp
    M llvm/utils/TableGen/InstrInfoEmitter.cpp

  Log Message:
  -----------
  CodeGen: Remove PointerLikeRegClass handling from codegen

All uses have been migrated to RegClassByHwMode. This is now
an implementation detail of InstrInfoEmitter for pseudoinstructions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list