[all-commits] [llvm/llvm-project] a5aaec: [TableGen] Add support for the 'assert' statement ...
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Mon Apr 19 06:02:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5aaec8f4e893baf31f2fe2f1a83b4c095738d66
https://github.com/llvm/llvm-project/commit/a5aaec8f4e893baf31f2fe2f1a83b4c095738d66
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Record.cpp
M llvm/lib/TableGen/TGParser.cpp
M llvm/lib/TableGen/TGParser.h
M llvm/test/TableGen/assert.td
Log Message:
-----------
[TableGen] Add support for the 'assert' statement in multiclasses
This is step 3 of adding the 'assert' statement.
Differential Revision: https://reviews.llvm.org/D99751
More information about the All-commits
mailing list