[all-commits] [llvm/llvm-project] 7bf459: CodeGen: Make target overrides of PointerLikeRegCl...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Nov 26 07:14:11 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7bf459bce34280273942e4a75ce9eab4d4b4e496
      https://github.com/llvm/llvm-project/commit/7bf459bce34280273942e4a75ce9eab4d4b4e496
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-11-26 (Wed, 26 Nov 2025)

  Changed paths:
    M llvm/test/TableGen/DuplicateFieldValues.td
    M llvm/test/TableGen/RegClassByHwMode.td
    M llvm/test/TableGen/def-multiple-operands.td
    M llvm/test/TableGen/get-named-operand-idx.td
    M llvm/test/TableGen/get-operand-type-no-expand.td
    M llvm/test/TableGen/get-operand-type.td
    M llvm/test/TableGen/target-specialized-pseudos.td
    M llvm/utils/TableGen/InstrInfoEmitter.cpp

  Log Message:
  -----------
  CodeGen: Make target overrides of PointerLikeRegClass mandatory (#159882)

Most targets should now use the convenience multiclass to fixup
the operand definitions of pointer-using pseudoinstructions:

defm : RemapAllTargetPseudoPointerOperands<target_ptr_regclass>;



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