[all-commits] [llvm/llvm-project] 9ba661: [mlir] Fix compile error.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Sun May 9 22:51:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ba661f91276dd8cc728f9b2e82905b78c0119b4
https://github.com/llvm/llvm-project/commit/9ba661f91276dd8cc728f9b2e82905b78c0119b4
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
Log Message:
-----------
[mlir] Fix compile error.
Inside a templated function, other class members need to be called with
this->.
Otherwise we get: explicit qualification required to use member
'setDebugName' from dependent base class.
More information about the All-commits
mailing list