[all-commits] [llvm/llvm-project] 71da39: [mlir][NFC] Use proper c++ namespaces in .td files
long.chen via All-commits
all-commits at lists.llvm.org
Tue Jul 19 08:51:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71da3914c1b6a3f616e048bb5bd28440290b30f7
https://github.com/llvm/llvm-project/commit/71da3914c1b6a3f616e048bb5bd28440290b30f7
Author: lipracer <lipracer at gmail.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M mlir/include/mlir/Interfaces/CallInterfaces.td
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Interfaces/InferTypeOpInterface.td
M mlir/include/mlir/Interfaces/LoopLikeInterface.td
M mlir/include/mlir/Interfaces/VectorInterfaces.td
Log Message:
-----------
[mlir][NFC] Use proper c++ namespaces in .td files
td files:
mlir::ArrayRef => llvm::ArrayRef
mlir::Optional=>llvm::Optional
mlir::SmallVector => llvm::SmallVector
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D128537
More information about the All-commits
mailing list