[Mlir-commits] [mlir] a150428 - [NFC][mlir] Inclusive language: Replace an instance of master in docs
Quinn Pham
llvmlistbot at llvm.org
Thu Nov 18 11:10:38 PST 2021
Author: Quinn Pham
Date: 2021-11-18T13:10:32-06:00
New Revision: a1504281b6070af052a526c84bd03ed2291724e8
URL: https://github.com/llvm/llvm-project/commit/a1504281b6070af052a526c84bd03ed2291724e8
DIFF: https://github.com/llvm/llvm-project/commit/a1504281b6070af052a526c84bd03ed2291724e8.diff
LOG: [NFC][mlir] Inclusive language: Replace an instance of master in docs
[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `SPIR-V.md`.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D114091
Added:
Modified:
mlir/docs/Dialects/SPIR-V.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index b79d9e8bdd31f..e84a503465283 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -1119,7 +1119,7 @@ Those `*Ops.td` files are organized according to the instruction categories used
in the SPIR-V specification, for example, an op belonging to the "Atomics
Instructions" section is put in the `SPIRVAtomicOps.td` file.
-`SPIRVOps.td` serves as the master op definition file that includes all files
+`SPIRVOps.td` serves as the main op definition file that includes all files
for specific categories.
`SPIRVBase.td` defines common classes and utilities used by various op
More information about the Mlir-commits
mailing list