[llvm] 6774cc3 - [NFC][llvm] Inclusive language: remove instance of master in IntrinsicsNVVM.td
Quinn Pham via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 19 07:54:05 PST 2021
Author: Quinn Pham
Date: 2021-11-19T09:53:59-06:00
New Revision: 6774cc33f75f8c0d6a6e1e41b6935f243e581710
URL: https://github.com/llvm/llvm-project/commit/6774cc33f75f8c0d6a6e1e41b6935f243e581710
DIFF: https://github.com/llvm/llvm-project/commit/6774cc33f75f8c0d6a6e1e41b6935f243e581710.diff
LOG: [NFC][llvm] Inclusive language: remove instance of master in IntrinsicsNVVM.td
[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `IntrinsicsNVVM.td`.
Reviewed By: steffenlarsen
Differential Revision: https://reviews.llvm.org/D114193
Added:
Modified:
llvm/include/llvm/IR/IntrinsicsNVVM.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/IntrinsicsNVVM.td b/llvm/include/llvm/IR/IntrinsicsNVVM.td
index cf4a1af5d77b..6f55d1ef730e 100644
--- a/llvm/include/llvm/IR/IntrinsicsNVVM.td
+++ b/llvm/include/llvm/IR/IntrinsicsNVVM.td
@@ -312,7 +312,7 @@ class LDMATRIX_OPS<list<string> Geom, list<string> Frags, list<string> Types> {
list<string> ops = !foreach(x, ret, x.gft);
}
-// Creates list of valid combinations of fragments. This is the master list that
+// Creates list of valid combinations of fragments. This is the main list that
// drives generation of corresponding intrinsics and instructions.
class NVVM_MMA_OPS {
list<list<WMMA_REGS>> tf32_wmma_ops = MMA_OPS<
More information about the llvm-commits
mailing list