[all-commits] [llvm/llvm-project] d5c220: [TableGen] OpInterface inheritance duplicates bases
Andrew Lenharth via All-commits
all-commits at lists.llvm.org
Thu Aug 3 13:11:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5c2204cfc9b48fc59d765422c33f98350f79dcf
https://github.com/llvm/llvm-project/commit/d5c2204cfc9b48fc59d765422c33f98350f79dcf
Author: Andrew Lenharth <andrew at lenharth.org>
Date: 2023-08-03 (Thu, 03 Aug 2023)
Changed paths:
M mlir/lib/TableGen/Interfaces.cpp
M mlir/test/mlir-tblgen/op-interface.td
Log Message:
-----------
[TableGen] OpInterface inheritance duplicates bases
OpInterface inheritance will duplicate base interfaces, causing compilation failure. Unique the set of base interfaces.
Reviewed By: rriddle, jdd
Differential Revision: https://reviews.llvm.org/D156964
More information about the All-commits
mailing list