[all-commits] [llvm/llvm-project] cc6738: [MLIR][NFC] fix name operand -> userOp
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sun Apr 5 06:47:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc6738949de80544aa10847111b86585941ad01f
https://github.com/llvm/llvm-project/commit/cc6738949de80544aa10847111b86585941ad01f
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-04-05 (Sun, 05 Apr 2020)
Changed paths:
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[MLIR][NFC] fix name operand -> userOp
The wrong name was confusing to read. value.getUsers() yields
Operation *s.
Differential Revision: https://reviews.llvm.org/D77486
More information about the All-commits
mailing list