[all-commits] [llvm/llvm-project] 2abd50: [MLIR] Mark dominance methods const
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sat Apr 18 23:24:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2abd50a359b85ba81b5448a8b4e7e2ec5a47295b
https://github.com/llvm/llvm-project/commit/2abd50a359b85ba81b5448a8b4e7e2ec5a47295b
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M mlir/include/mlir/Analysis/Dominance.h
M mlir/lib/Analysis/Dominance.cpp
Log Message:
-----------
[MLIR] Mark dominance methods const
This change is in line with MLIR's coding style
https://mlir.llvm.org/getting_started/DeveloperGuide/
and also consistent with the dominance methods in LLVM.
Differential Revision: https://reviews.llvm.org/D78445
More information about the All-commits
mailing list