[all-commits] [llvm/llvm-project] e303a1: [mlir] Add Adaptor alias
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Jun 12 07:38:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e303a19cd6d0b7912f1790b38aedc18b373cb27a
https://github.com/llvm/llvm-project/commit/e303a19cd6d0b7912f1790b38aedc18b373cb27a
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M mlir/lib/TableGen/OpClass.cpp
Log Message:
-----------
[mlir] Add Adaptor alias
Summary:
Add Adaptor alias alongside OperandAdaptor to make next renaming more
mechanical. OperandAdaptor's are no longer just about operands.
Considered OpAdaptor too, but then noticed we'd mostly end up with
XOp::OpAdaptor which seems redundant.
Differential Revision: https://reviews.llvm.org/D81741
More information about the All-commits
mailing list