[all-commits] [llvm/llvm-project] f3798a: Static verifier for type/attribute in DRR
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Mon Nov 8 13:40:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3798ad5fa845771846599f3c088016e3aef800c
https://github.com/llvm/llvm-project/commit/f3798ad5fa845771846599f3c088016e3aef800c
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M mlir/include/mlir/TableGen/CodeGenHelpers.h
M mlir/include/mlir/TableGen/Pattern.h
M mlir/test/mlir-tblgen/rewriter-static-matcher.td
M mlir/tools/mlir-tblgen/CodeGenHelpers.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
Static verifier for type/attribute in DRR
Generate static function for matching the type/attribute to reduce the
memory footprint.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D110199
More information about the All-commits
mailing list