[all-commits] [llvm/llvm-project] 9db95a: Fix interface trait declaration in SymbolInterface...
ftynse via All-commits
all-commits at lists.llvm.org
Mon Aug 30 02:15:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9db95a67d14c918371234e5c98263a977835e19f
https://github.com/llvm/llvm-project/commit/9db95a67d14c918371234e5c98263a977835e19f
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M mlir/include/mlir/IR/SymbolInterfaces.td
Log Message:
-----------
Fix interface trait declaration in SymbolInterfaces.td
41d4aa7de68ed551010f27ff04ffc54e7616292a introduced incorrect code in
extraTraitClassDeclaration: `this` refers to the trait class and not the
operation class so `->getContext()` is not valid. Use `$_op` instead.
More information about the All-commits
mailing list