[all-commits] [llvm/llvm-project] 232a96: CodeGen: Remove PointerLikeRegClass handling from ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Nov 18 16:47:26 PST 2025


  Branch: refs/heads/users/arsenm/codegen/remove-PointerLikeRegClass
  Home:   https://github.com/llvm/llvm-project
  Commit: 232a96d4307f2d2900505335549093c63514fb63
      https://github.com/llvm/llvm-project/commit/232a96d4307f2d2900505335549093c63514fb63
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-11-18 (Tue, 18 Nov 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