[all-commits] [llvm/llvm-project] 667815: [NFC][TableGen] Change `RecordKeeper::getDef()` to...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Thu Oct 3 08:19:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 667815ccf49bc415544484f1b717bb7551cd9c93
      https://github.com/llvm/llvm-project/commit/667815ccf49bc415544484f1b717bb7551cd9c93
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M llvm/include/llvm/TableGen/Record.h
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/SetTheory.cpp
    M llvm/lib/TableGen/TGParser.cpp
    M llvm/unittests/TableGen/ParserEntryPointTest.cpp
    M llvm/utils/TableGen/Common/CodeGenSchedule.cpp

  Log Message:
  -----------
  [NFC][TableGen] Change `RecordKeeper::getDef()` to return const pointer (#110992)

This is a part of effort to have better const correctness in TableGen
backends:


https://discourse.llvm.org/t/psa-planned-changes-to-tablegen-getallderiveddefinitions-api-potential-downstream-breakages/81089



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