[all-commits] [llvm/llvm-project] 985ab6: [TableGen] Fix two bugs in 'defm' when complex 'as...

Paul C. Anagnostopoulos via All-commits all-commits at lists.llvm.org
Fri Apr 30 08:33:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 985ab6e1fa575fc41ebfdafbba401e5787661584
      https://github.com/llvm/llvm-project/commit/985ab6e1fa575fc41ebfdafbba401e5787661584
  Author: Paul C. Anagnostopoulos <paul at windfall.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M llvm/include/llvm/TableGen/Record.h
    M llvm/lib/TableGen/TGParser.cpp
    M llvm/test/TableGen/assert.td

  Log Message:
  -----------
  [TableGen] Fix two bugs in 'defm' when complex 'assert' is involved.

This patch fixes two bugs that arise when a 'defm' inherits from a multiclass
and also from a class with assertions.

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




More information about the All-commits mailing list