[all-commits] [llvm/llvm-project] 742104: [mlir] Move supplemental patterns before op replac...
Jian Cai via All-commits
all-commits at lists.llvm.org
Thu Sep 21 15:35:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7421040b44c0ad43512a54af9acb0b8a6b9a7898
https://github.com/llvm/llvm-project/commit/7421040b44c0ad43512a54af9acb0b8a6b9a7898
Author: Jian Cai <jcai19 at users.noreply.github.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
[mlir] Move supplemental patterns before op replacement (#66959)
This moves the C++ code generated from supplemental patterns before op
replacement. It is necessary if the supllemental patterns need to access
the source op.
More information about the All-commits
mailing list