[all-commits] [llvm/llvm-project] ad4449: [mlir][NFC] Replace some llvm::find with llvm::is_...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Jun 5 20:01:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad44495ad3058f207d621fb9c3546ae0d51f26ee
https://github.com/llvm/llvm-project/commit/ad44495ad3058f207d621fb9c3546ae0d51f26ee
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
M mlir/lib/Dialect/SCF/SCF.cpp
M mlir/lib/Dialect/SCF/Utils/AffineCanonicalizationUtils.cpp
Log Message:
-----------
[mlir][NFC] Replace some llvm::find with llvm::is_contained.
This patch replaces some llvm::find with llvm::is_contained, it should be more clear.
Differential Revision: https://reviews.llvm.org/D127077
More information about the All-commits
mailing list