[all-commits] [llvm/llvm-project] 5bc9cc: [drr] Enable specifying range in NativeCodeCall re...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon Jun 28 13:42:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bc9cc1332aa042b68fb5efa9fb50eaaf2d54f79
https://github.com/llvm/llvm-project/commit/5bc9cc1332aa042b68fb5efa9fb50eaaf2d54f79
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M mlir/docs/DeclarativeRewrites.md
M mlir/include/mlir/TableGen/Format.h
M mlir/lib/TableGen/Format.cpp
M mlir/test/mlir-tblgen/rewriter-indexing.td
Log Message:
-----------
[drr] Enable specifying range in NativeCodeCall replacement.
This enables creating a replacement rule where range of positional replacements
need not be spelled out, or are not known (e.g., enable having a rewrite that
forward all operands to a call generically).
Differential Revision: https://reviews.llvm.org/D104955
More information about the All-commits
mailing list