[all-commits] [llvm/llvm-project] ebf394: [TableGen][NFC] Group tokens with same attribute t...

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Tue Aug 1 07:01:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebf394fdfc30fedb4557861fd434ec66daebb574
      https://github.com/llvm/llvm-project/commit/ebf394fdfc30fedb4557861fd434ec66daebb574
  Author: wangpc <wangpengcheng.pp at bytedance.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M llvm/lib/TableGen/TGLexer.h
    M llvm/lib/TableGen/TGParser.cpp

  Log Message:
  -----------
  [TableGen][NFC] Group tokens with same attribute togather

So that we can simplify some code and simplify the implmentation
when we want to add new features (like adding new bang operators).

Reviewed By: fpetrogalli

Differential Revision: https://reviews.llvm.org/D156502




More information about the All-commits mailing list