[all-commits] [llvm/llvm-project] 486fc7: CodeGen: Remove PointerLikeRegClass handling from ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 31 15:01:22 PDT 2025
Branch: refs/heads/users/arsenm/codegen/remove-PointerLikeRegClass
Home: https://github.com/llvm/llvm-project
Commit: 486fc7ba702303262e845f68714f6f61ee68f9e0
https://github.com/llvm/llvm-project/commit/486fc7ba702303262e845f68714f6f61ee68f9e0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-31 (Fri, 31 Oct 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