[llvm] 7f7dac7 - [NFC][llvm] Inclusive language: reword uses of sanity test and check
Zarko Todorovski via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 25 04:21:53 PST 2021
Author: Zarko Todorovski
Date: 2021-11-25T07:21:42-05:00
New Revision: 7f7dac712694ed661b2e774573b9ee1f99208882
URL: https://github.com/llvm/llvm-project/commit/7f7dac712694ed661b2e774573b9ee1f99208882
DIFF: https://github.com/llvm/llvm-project/commit/7f7dac712694ed661b2e774573b9ee1f99208882.diff
LOG: [NFC][llvm] Inclusive language: reword uses of sanity test and check
Part of continuing work to use more inclusive language. Reworded uses
of sanity check and sanity test in llvm/test/
Added:
Modified:
llvm/test/Analysis/CostModel/ARM/intrinsic-cost-kinds.ll
llvm/test/Analysis/CostModel/RISCV/fixed-vector-gather.ll
llvm/test/Analysis/CostModel/RISCV/fixed-vector-scatter.ll
llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
llvm/test/Analysis/MemorySSA/function-mem-attrs.ll
llvm/test/Bitcode/function-encoding-rel-operands.ll
llvm/test/CodeGen/ARM/returned-ext.ll
llvm/test/CodeGen/RISCV/compress-float.ll
llvm/test/CodeGen/RISCV/compress.ll
llvm/test/CodeGen/RISCV/double-calling-conv.ll
llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
llvm/test/CodeGen/RISCV/rv32i-rv64i-half.ll
llvm/test/CodeGen/X86/atomic-non-integer.ll
llvm/test/CodeGen/X86/cmov-into-branch.ll
llvm/test/CodeGen/X86/codegen-prepare-replacephi.mir
llvm/test/CodeGen/X86/codegen-prepare-replacephi2.mir
llvm/test/CodeGen/X86/mmx-arith.ll
llvm/test/CodeGen/X86/setuge.ll
llvm/test/CodeGen/X86/statepoint-stackmap-format.ll
llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll
llvm/test/ExecutionEngine/OrcLazy/minimal.ll
llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll
llvm/test/MC/RISCV/rv32e-invalid.s
llvm/test/MC/RISCV/rv32e-valid.s
llvm/test/MC/X86/AlignedBundling/single-inst-bundling.s
llvm/test/ThinLTO/X86/guid_collision.ll
llvm/test/Transforms/DeadArgElim/returned.ll
llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
llvm/test/Transforms/DeadStoreElimination/atomic.ll
llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
llvm/test/Transforms/IndVarSimplify/loop-predication.ll
llvm/test/Transforms/Inline/cgscc-update.ll
llvm/test/Transforms/Inline/last-callsite.ll
llvm/test/Transforms/InstCombine/gep-inbounds-null.ll
llvm/test/Transforms/InstSimplify/ConstProp/basictest.ll
llvm/test/Transforms/InstSimplify/ConstProp/phi.ll
llvm/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
llvm/test/Transforms/SCCP/apfloat-basictest.ll
llvm/test/Transforms/SCCP/apint-basictest.ll
llvm/test/Transforms/SCCP/apint-basictest2.ll
llvm/test/Transforms/SCCP/apint-basictest3.ll
llvm/test/Transforms/SCCP/apint-basictest4.ll
llvm/test/Transforms/SCCP/sccptest.ll
llvm/test/tools/dsymutil/X86/reproducer.test
llvm/test/tools/llvm-ar/full-path-option.test
llvm/test/tools/llvm-nm/format-bsd.test
llvm/test/tools/llvm-objcopy/ELF/invalid-e_phoff.test
llvm/test/tools/llvm-objcopy/ELF/invalid-e_shoff.test
llvm/test/tools/llvm-objcopy/ELF/no-strip-all.test
llvm/test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s
llvm/test/tools/llvm-objcopy/ELF/strip-sections.test
llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test
llvm/test/tools/llvm-objcopy/ELF/tail-merged-string-tables.test
llvm/test/tools/llvm-readobj/COFF/arm64-win-error2.s
llvm/test/tools/llvm-readobj/ELF/hash-symbols.test
llvm/test/tools/llvm-readobj/ELF/hex-dump.test
llvm/test/tools/llvm-symbolizer/relativenames.s
Removed:
################################################################################
diff --git a/llvm/test/Analysis/CostModel/ARM/intrinsic-cost-kinds.ll b/llvm/test/Analysis/CostModel/ARM/intrinsic-cost-kinds.ll
index a5630ecb181e1..792b81bbd2450 100644
--- a/llvm/test/Analysis/CostModel/ARM/intrinsic-cost-kinds.ll
+++ b/llvm/test/Analysis/CostModel/ARM/intrinsic-cost-kinds.ll
@@ -8,7 +8,7 @@ target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
; Test a cross-section of intrinsics for various cost-kinds.
; Other test files may check for accuracy of a particular intrinsic
-; across subtargets or types. This is just a sanity check using an
+; across subtargets or types. This is just a basic correctness check using an
; ARM target and a legal scalar type (i32/float) and/or an
; illegal vector type (16 x i32/float).
diff --git a/llvm/test/Analysis/CostModel/RISCV/fixed-vector-gather.ll b/llvm/test/Analysis/CostModel/RISCV/fixed-vector-gather.ll
index f74f88b38d396..e748fe44e064a 100644
--- a/llvm/test/Analysis/CostModel/RISCV/fixed-vector-gather.ll
+++ b/llvm/test/Analysis/CostModel/RISCV/fixed-vector-gather.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt -cost-model -analyze -mtriple=riscv64 -mattr=+experimental-v,+f,+d,+experimental-zfh -riscv-v-vector-bits-min=128 -riscv-v-fixed-length-vector-lmul-max=1 < %s 2>%t | FileCheck %s
-; Sanity check that we don't crash querying costs when vectors are not enabled.
+; Check that we don't crash querying costs when vectors are not enabled.
; RUN: opt -cost-model -analyze -mtriple=riscv64
define i32 @masked_gather() {
diff --git a/llvm/test/Analysis/CostModel/RISCV/fixed-vector-scatter.ll b/llvm/test/Analysis/CostModel/RISCV/fixed-vector-scatter.ll
index c6a4787dfcac2..d2caf9e480286 100644
--- a/llvm/test/Analysis/CostModel/RISCV/fixed-vector-scatter.ll
+++ b/llvm/test/Analysis/CostModel/RISCV/fixed-vector-scatter.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt -cost-model -analyze -mtriple=riscv64 -mattr=+experimental-v,+f,+d,+experimental-zfh -riscv-v-vector-bits-min=128 -riscv-v-fixed-length-vector-lmul-max=1 < %s 2>%t | FileCheck %s
-; Sanity check that we don't crash querying costs when vectors are not enabled.
+; Check that we don't crash querying costs when vectors are not enabled.
; RUN: opt -cost-model -analyze -mtriple=riscv64
define i32 @masked_scatter() {
diff --git a/llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll b/llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
index 83ee5d61c8294..86b7ffeda246f 100644
--- a/llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
+++ b/llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
@@ -6,7 +6,7 @@
; Test a cross-section of intrinsics for various cost-kinds.
; Other test files may check for accuracy of a particular intrinsic
-; across subtargets or types. This is just a sanity check using the
+; across subtargets or types. This is just a basic correctness check using the
; default x86 target and a legal scalar type (i32/float) and/or an
; illegal vector type (16 x i32/float).
diff --git a/llvm/test/Analysis/MemorySSA/function-mem-attrs.ll b/llvm/test/Analysis/MemorySSA/function-mem-attrs.ll
index 1cd2749b4c6a7..3758e91aa6797 100644
--- a/llvm/test/Analysis/MemorySSA/function-mem-attrs.ll
+++ b/llvm/test/Analysis/MemorySSA/function-mem-attrs.ll
@@ -26,7 +26,7 @@ define void @readonlyAttr() {
; Assume that #N is readonly
call void @noattrsFunction() readonly
- ; Sanity check that noattrsFunction is otherwise a MemoryDef
+ ; Verify that noattrsFunction is otherwise a MemoryDef
; CHECK: 3 = MemoryDef(2)
; CHECK-NEXT: call void @noattrsFunction()
call void @noattrsFunction()
diff --git a/llvm/test/Bitcode/function-encoding-rel-operands.ll b/llvm/test/Bitcode/function-encoding-rel-operands.ll
index 9486e04a0d5aa..84e83c11de361 100644
--- a/llvm/test/Bitcode/function-encoding-rel-operands.ll
+++ b/llvm/test/Bitcode/function-encoding-rel-operands.ll
@@ -1,4 +1,4 @@
-; Basic sanity test to check that instruction operands are encoded with
+; Basic correctness test to check that instruction operands are encoded with
; relative IDs.
; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
; RUN: verify-uselistorder < %s
diff --git a/llvm/test/CodeGen/ARM/returned-ext.ll b/llvm/test/CodeGen/ARM/returned-ext.ll
index 8832b3f371914..b59974f6a3cfa 100644
--- a/llvm/test/CodeGen/ARM/returned-ext.ll
+++ b/llvm/test/CodeGen/ARM/returned-ext.ll
@@ -111,7 +111,7 @@ entry:
; Since there doesn't seem to be an unambiguous optimal selection and
; scheduling of uxth and mov instructions below in lieu of the 'returned'
; optimization, don't bother checking: just verify that the calls are made
-; in the correct order as a basic sanity check
+; in the correct order as a basic correctness check.
; CHECKELF-LABEL: test_matched_paramext2:
; CHECKELF: bl paramzext16
diff --git a/llvm/test/CodeGen/RISCV/compress-float.ll b/llvm/test/CodeGen/RISCV/compress-float.ll
index 89ba6463285aa..517fad0ab4b13 100644
--- a/llvm/test/CodeGen/RISCV/compress-float.ll
+++ b/llvm/test/CodeGen/RISCV/compress-float.ll
@@ -24,11 +24,11 @@
; RUN: | llvm-objdump -d --triple=riscv32 --mattr=+c,+f,+d -M no-aliases - \
; RUN: | FileCheck -check-prefix=RV32IFDC %s
-; This acts as a sanity check for the codegen instruction compression path,
-; verifying that the assembled file contains compressed instructions when
+; This acts as a basic correctness check for the codegen instruction compression
+; path, verifying that the assembled file contains compressed instructions when
; expected. Handling of the compressed ISA is implemented so the same
; transformation patterns should be used whether compressing an input .s file or
-; compressing codegen output. This file contains sanity checks using
+; compressing codegen output. This file contains basic functionality tests using
; instructions which also require one of the floating point extensions.
define float @float_load(float *%a) #0 {
diff --git a/llvm/test/CodeGen/RISCV/compress.ll b/llvm/test/CodeGen/RISCV/compress.ll
index 8095d2a76b28c..7c359a5d6222f 100644
--- a/llvm/test/CodeGen/RISCV/compress.ll
+++ b/llvm/test/CodeGen/RISCV/compress.ll
@@ -15,13 +15,13 @@
; RUN: | llvm-objdump -d --triple=riscv32 --mattr=+c -M no-aliases - \
; RUN: | FileCheck -check-prefix=RV32IC %s
-; This acts as a sanity check for the codegen instruction compression path,
-; verifying that the assembled file contains compressed instructions when
+; This acts as a basic correctness check for the codegen instruction compression
+; path, verifying that the assembled file contains compressed instructions when
; expected. Handling of the compressed ISA is implemented so the same
; transformation patterns should be used whether compressing an input .s file or
-; compressing codegen output. This file contains sanity checks to ensure that is
-; working as expected. Particular care should be taken to test pseudo
-; instructions.
+; compressing codegen output. This file contains basic functionality checks to
+; ensure that is working as expected. Particular care should be taken to test
+; pseudo instructions.
; Note: TODOs in this file are only appropriate if they highlight a case where
; a generated instruction that can be compressed by an existing pattern isn't.
diff --git a/llvm/test/CodeGen/RISCV/double-calling-conv.ll b/llvm/test/CodeGen/RISCV/double-calling-conv.ll
index ed39177cb0138..51434d9af3ae9 100644
--- a/llvm/test/CodeGen/RISCV/double-calling-conv.ll
+++ b/llvm/test/CodeGen/RISCV/double-calling-conv.ll
@@ -2,8 +2,8 @@
; RUN: llc -mtriple=riscv32 -mattr=+d -verify-machineinstrs < %s \
; RUN: | FileCheck -check-prefix=RV32IFD %s
-; Sanity checks for calling convention lowering for RV32D. This can be
-; somewhat error-prone for soft-float RV32D due to the fact that f64 is legal
+; Basic correctness checks for calling convention lowering for RV32D. This can
+; be somewhat error-prone for soft-float RV32D due to the fact that f64 is legal
; but i64 is not, and there is no instruction to move values directly between
; the GPRs and 64-bit FPRs.
diff --git a/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll b/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
index cfa458732496e..e036964194673 100644
--- a/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
+++ b/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
@@ -4,7 +4,7 @@
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
; RUN: | FileCheck -check-prefix=RV64IF %s
-; This file provides a simple sanity check of float and double operations for
+; This file provides a simple test of float and double operations for
; RV32I and RV64I. This is primarily intended to ensure that custom
; legalisation or DAG combines aren't incorrectly triggered when the F
; extension isn't enabled.
diff --git a/llvm/test/CodeGen/RISCV/rv32i-rv64i-half.ll b/llvm/test/CodeGen/RISCV/rv32i-rv64i-half.ll
index d90b0629b139a..45a6666d489c7 100644
--- a/llvm/test/CodeGen/RISCV/rv32i-rv64i-half.ll
+++ b/llvm/test/CodeGen/RISCV/rv32i-rv64i-half.ll
@@ -4,7 +4,7 @@
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
; RUN: | FileCheck -check-prefix=RV64I %s
-; This file provides a simple sanity check of half operations for
+; This file provides a simple test check of half operations for
; RV32I and RV64I. This is primarily intended to ensure that custom
; legalisation or DAG combines aren't incorrectly triggered when the Zfh
; extension isn't enabled.
diff --git a/llvm/test/CodeGen/X86/atomic-non-integer.ll b/llvm/test/CodeGen/X86/atomic-non-integer.ll
index 231b0776b7cf1..a320a551ffa27 100644
--- a/llvm/test/CodeGen/X86/atomic-non-integer.ll
+++ b/llvm/test/CodeGen/X86/atomic-non-integer.ll
@@ -511,7 +511,7 @@ define fp128 @load_fp128(fp128* %fptr) {
}
-; sanity check the seq_cst lowering since that's the
+; Check the seq_cst lowering since that's the
; interesting one from an ordering perspective on x86.
define void @store_float_seq_cst(float* %fptr, float %v) {
diff --git a/llvm/test/CodeGen/X86/cmov-into-branch.ll b/llvm/test/CodeGen/X86/cmov-into-branch.ll
index d9ab2550f7914..f8e6313c7b26d 100644
--- a/llvm/test/CodeGen/X86/cmov-into-branch.ll
+++ b/llvm/test/CodeGen/X86/cmov-into-branch.ll
@@ -15,7 +15,7 @@ define i32 @test1(double %a, double* nocapture %b, i32 %x, i32 %y) {
ret i32 %cond
}
-; Sanity check: no load.
+; Basic correctness check: no load.
define i32 @test2(double %a, double %b, i32 %x, i32 %y) {
; CHECK-LABEL: test2:
; CHECK: # %bb.0:
diff --git a/llvm/test/CodeGen/X86/codegen-prepare-replacephi.mir b/llvm/test/CodeGen/X86/codegen-prepare-replacephi.mir
index b2cf6fe211a35..a8812b4055d7f 100644
--- a/llvm/test/CodeGen/X86/codegen-prepare-replacephi.mir
+++ b/llvm/test/CodeGen/X86/codegen-prepare-replacephi.mir
@@ -43,5 +43,5 @@
...
-# Sanity check to verify that something got through.
+# A check to verify that something got through.
# CHECK-LABEL: entry:
diff --git a/llvm/test/CodeGen/X86/codegen-prepare-replacephi2.mir b/llvm/test/CodeGen/X86/codegen-prepare-replacephi2.mir
index 42986adcdca8f..dba9ed5bbd35e 100644
--- a/llvm/test/CodeGen/X86/codegen-prepare-replacephi2.mir
+++ b/llvm/test/CodeGen/X86/codegen-prepare-replacephi2.mir
@@ -64,5 +64,5 @@
...
-# Sanity check to verify that something got through.
+# A check to verify that something got through.
# CHECK-LABEL: entry:
diff --git a/llvm/test/CodeGen/X86/mmx-arith.ll b/llvm/test/CodeGen/X86/mmx-arith.ll
index 278418a1096e6..178861cd09af0 100644
--- a/llvm/test/CodeGen/X86/mmx-arith.ll
+++ b/llvm/test/CodeGen/X86/mmx-arith.ll
@@ -2,7 +2,7 @@
; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+mmx,+sse2 | FileCheck -check-prefix=X32 %s
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+mmx,+sse2 | FileCheck -check-prefix=X64 %s
-;; A basic sanity check to make sure that MMX arithmetic actually compiles.
+;; A basic functional check to make sure that MMX arithmetic actually compiles.
;; First is a straight translation of the original with bitcasts as needed.
define void @test0(x86_mmx* %A, x86_mmx* %B) {
diff --git a/llvm/test/CodeGen/X86/setuge.ll b/llvm/test/CodeGen/X86/setuge.ll
index 3e0d6dedfd58a..c04287b7808c2 100644
--- a/llvm/test/CodeGen/X86/setuge.ll
+++ b/llvm/test/CodeGen/X86/setuge.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
-; Sanity check that we ignore -sahf in 32-bit mode rather than asserting.
+; Test that we ignore -sahf in 32-bit mode rather than asserting.
; RUN: llc < %s -mtriple=i686-- -mattr=-sahf | FileCheck %s
declare i1 @llvm.isunordered.f32(float, float)
diff --git a/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll b/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll
index 370b8006b969a..bab4d97114b8e 100644
--- a/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll
+++ b/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll
@@ -1,9 +1,9 @@
; RUN: llc < %s -verify-machineinstrs -stack-symbol-ordering=0 -mtriple="x86_64-pc-linux-gnu" | FileCheck %s
; RUN: llc < %s -verify-machineinstrs -stack-symbol-ordering=0 -mtriple="x86_64-pc-unknown-elf" | FileCheck %s
-; This test is a sanity check to ensure statepoints are generating StackMap
-; sections correctly. This is not intended to be a rigorous test of the
-; StackMap format (see the stackmap tests for that).
+; This test is a basic correctness check to ensure statepoints are generating
+; StackMap sections correctly. This is not intended to be a rigorous test of
+; the StackMap format (see the stackmap tests for that).
target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll b/llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll
index 55dbc062e8e51..9f6923e622aa8 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll
@@ -1,7 +1,7 @@
; REQUIRES: system-darwin
; RUN: lli -jit-kind=orc-lazy %s
;
-; Sanity test eh-frame processing and registration.
+; Basic correctness testing for eh-frame processing and registration.
source_filename = "minimal-throw-catch.cpp"
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/llvm/test/ExecutionEngine/OrcLazy/minimal.ll b/llvm/test/ExecutionEngine/OrcLazy/minimal.ll
index 86087bc3878e0..dc48ffece9baa 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/minimal.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/minimal.ll
@@ -1,6 +1,6 @@
; RUN: lli -jit-kind=orc-lazy %s
;
-; Basic sanity check: A module with a single no-op main function runs.
+; Basic correctness check: A module with a single no-op main function runs.
define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
entry:
diff --git a/llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll b/llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll
index fba52026660da..ab2327d2d37ea 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll
@@ -1,6 +1,6 @@
; RUN: lli -jit-kind=orc-lazy %s
;
-; Basic sanity check: We can make a call inside lazily JIT'd code.
+; Basic correctness check: We can make a call inside lazily JIT'd code.
; Compared to minimal.ll, this demonstrates that we can call through a stub.
define i32 @foo() {
diff --git a/llvm/test/MC/RISCV/rv32e-invalid.s b/llvm/test/MC/RISCV/rv32e-invalid.s
index 5e38c55818b9b..760e7d49e5c46 100644
--- a/llvm/test/MC/RISCV/rv32e-invalid.s
+++ b/llvm/test/MC/RISCV/rv32e-invalid.s
@@ -3,8 +3,8 @@
# RUN: | llvm-objdump --mattr=+e -M no-aliases -d -r - \
# RUN: | FileCheck -check-prefix=CHECK-DIS %s
-# Perform a simple sanity check that registers x16-x31 (and the equivalent
-# ABI names) are rejected for RV32E, when both assembling and disassembling.
+# Perform a simple check that registers x16-x31 (and the equivalent ABI names)
+# are rejected for RV32E, when both assembling and disassembling.
# CHECK-DIS: 37 18 00 00 <unknown>
diff --git a/llvm/test/MC/RISCV/rv32e-valid.s b/llvm/test/MC/RISCV/rv32e-valid.s
index 7befe83f72e1a..b0f435da50544 100644
--- a/llvm/test/MC/RISCV/rv32e-valid.s
+++ b/llvm/test/MC/RISCV/rv32e-valid.s
@@ -4,7 +4,7 @@
# RUN: | llvm-objdump -M no-aliases -d -r - \
# RUN: | FileCheck -check-prefixes=CHECK-OBJ,CHECK-ASM-AND-OBJ %s
-# This file provides a basic sanity check for RV32E, checking that the expected
+# This file provides a basic test for RV32E, checking that the expected
# set of registers and instructions are accepted.
# CHECK-ASM-AND-OBJ: lui zero, 1
diff --git a/llvm/test/MC/X86/AlignedBundling/single-inst-bundling.s b/llvm/test/MC/X86/AlignedBundling/single-inst-bundling.s
index bb2efa8d16466..1bcd010240ae3 100644
--- a/llvm/test/MC/X86/AlignedBundling/single-inst-bundling.s
+++ b/llvm/test/MC/X86/AlignedBundling/single-inst-bundling.s
@@ -44,7 +44,7 @@ foo:
.L_RET:
ret
-# Just sanity checking that data fills don't drive bundling crazy
+# Just verifying that data fills don't drive bundling crazy
.data
.byte 40
.byte 98
diff --git a/llvm/test/ThinLTO/X86/guid_collision.ll b/llvm/test/ThinLTO/X86/guid_collision.ll
index 5ba39b8c0ea5a..70fea26d3a3ae 100644
--- a/llvm/test/ThinLTO/X86/guid_collision.ll
+++ b/llvm/test/ThinLTO/X86/guid_collision.ll
@@ -12,7 +12,7 @@
; RUN: opt -function-import -import-all-index -summary-file %t.bc.thinlto.bc %t.bc -o %t.out
; RUN: llvm-dis -o - %t.out | FileCheck %s
-; Sanity check that G was imported
+; Validate that G was imported
; CHECK: define available_externally i64 @G
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/llvm/test/Transforms/DeadArgElim/returned.ll b/llvm/test/Transforms/DeadArgElim/returned.ll
index e96faea6e9f61..a029c0755e4b8 100644
--- a/llvm/test/Transforms/DeadArgElim/returned.ll
+++ b/llvm/test/Transforms/DeadArgElim/returned.ll
@@ -2,7 +2,7 @@
%Ty = type { i32, i32 }
-; sanity check that the argument and return value are both dead
+; Validate that the argument and return value are both dead
; CHECK-LABEL: define internal void @test1()
define internal %Ty* @test1(%Ty* %this) {
@@ -19,7 +19,7 @@ define internal %Ty* @test2(%Ty* returned %this) {
; dummy to keep 'this' alive
@dummy = global %Ty* null
-; sanity check that return value is dead
+; Validate that return value is dead
; CHECK-LABEL: define internal void @test3(%Ty* %this)
define internal %Ty* @test3(%Ty* %this) {
diff --git a/llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll b/llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
index b11000570ecc4..c7b4b50ab875a 100644
--- a/llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
+++ b/llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
@@ -4,7 +4,7 @@
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-apple-macosx10.7.0"
-; Sanity tests for atomic stores.
+; Basic correctness tests for atomic stores.
; Note that it turns out essentially every transformation DSE does is legal on
; atomic ops, just some transformations are not allowed across release-acquire pairs.
diff --git a/llvm/test/Transforms/DeadStoreElimination/atomic.ll b/llvm/test/Transforms/DeadStoreElimination/atomic.ll
index 30f799d59ef7f..7caba9aeafd14 100644
--- a/llvm/test/Transforms/DeadStoreElimination/atomic.ll
+++ b/llvm/test/Transforms/DeadStoreElimination/atomic.ll
@@ -4,7 +4,7 @@
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-apple-macosx10.7.0"
-; Sanity tests for atomic stores.
+; Basic correctness tests for atomic stores.
; Note that it turns out essentially every transformation DSE does is legal on
; atomic ops, just some transformations are not allowed across release-acquire pairs.
diff --git a/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll b/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
index 2a06be4db7a50..3b7cfe8a04e24 100644
--- a/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
+++ b/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
@@ -18,8 +18,7 @@
; RUN: opt -module-summary %p/Inputs/funcimport_resolved1.ll -o %t2.bc
; RUN: opt -module-summary %p/Inputs/funcimport_resolved2.ll -o %t3.bc
-; First do a sanity check that all callees are imported with the default
-; instruction limit
+; First verify that all callees are imported with the default instruction limit
; RUN: llvm-lto2 run %t.bc %t2.bc %t3.bc -o %t4 -r=%t.bc,_main,pl -r=%t.bc,_linkonceodrfunc,l -r=%t.bc,_foo,l -r=%t2.bc,_foo,pl -r=%t2.bc,_linkonceodrfunc,pl -r=%t2.bc,_linkonceodrfunc2,pl -r=%t3.bc,_linkonceodrfunc,l -thinlto-threads=1 -debug-only=function-import 2>&1 | FileCheck %s --check-prefix=INSTLIMDEFAULT
; INSTLIMDEFAULT: Is importing function {{.*}} foo from {{.*}}funcimport_resolved1.ll
; INSTLIMDEFAULT: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved1.ll
diff --git a/llvm/test/Transforms/IndVarSimplify/loop-predication.ll b/llvm/test/Transforms/IndVarSimplify/loop-predication.ll
index eb5620572bc49..6dd7e1b07b939 100644
--- a/llvm/test/Transforms/IndVarSimplify/loop-predication.ll
+++ b/llvm/test/Transforms/IndVarSimplify/loop-predication.ll
@@ -170,7 +170,7 @@ exit: ; preds = %guarded, %entry
-; Base case, but in LFTR form (just for sanity checking)
+; Base case, but in LFTR form (just for basic correctness checking)
define i32 @test2(i32* %array, i32 %length, i32 %n) {
; CHECK-LABEL: @test2(
; CHECK-NEXT: loop.preheader:
diff --git a/llvm/test/Transforms/Inline/cgscc-update.ll b/llvm/test/Transforms/Inline/cgscc-update.ll
index 5558e9b535ab2..5b39d5914f564 100644
--- a/llvm/test/Transforms/Inline/cgscc-update.ll
+++ b/llvm/test/Transforms/Inline/cgscc-update.ll
@@ -9,7 +9,7 @@
; CHECK: declare void @unknown()
declare void @unknown()
-; Sanity check: this should get annotated as readnone.
+; Basic correctness check: this should get annotated as readnone.
; CHECK: Function Attrs: nounwind readnone
; CHECK-NEXT: declare void @readnone()
declare void @readnone() readnone nounwind
diff --git a/llvm/test/Transforms/Inline/last-callsite.ll b/llvm/test/Transforms/Inline/last-callsite.ll
index 508c56d116253..26bd649a9ad24 100644
--- a/llvm/test/Transforms/Inline/last-callsite.ll
+++ b/llvm/test/Transforms/Inline/last-callsite.ll
@@ -111,7 +111,7 @@ entry:
call void @test2_f(i1 true)
; CHECK-NOT: @test2_f
- ; Sanity check that two calls with the hard predicate remain uninlined.
+ ; Check that two calls with the hard predicate remain uninlined.
call void @test2_g(i1 true)
call void @test2_g(i1 true)
; CHECK: call void @test2_g(i1 true)
@@ -183,7 +183,7 @@ entry:
call void @test3_f(i1 false)
; CHECK-NOT: @test3_f
- ; Sanity check that two calls with the hard predicate remain uninlined.
+ ; Check that two calls with the hard predicate remain uninlined.
call void @test3_g(i1 true)
call void @test3_g(i1 true)
; CHECK: call void @test3_g(i1 true)
diff --git a/llvm/test/Transforms/InstCombine/gep-inbounds-null.ll b/llvm/test/Transforms/InstCombine/gep-inbounds-null.ll
index 45d7a8fb4ce44..c42afa941dad7 100644
--- a/llvm/test/Transforms/InstCombine/gep-inbounds-null.ll
+++ b/llvm/test/Transforms/InstCombine/gep-inbounds-null.ll
@@ -179,7 +179,7 @@ entry:
}
-;; Finally, some negative tests for sanity checking.
+;; Finally, some negative tests for basic correctness checking.
define i1 @neq_noinbounds(i8* %base, i64 %idx) {
; CHECK-LABEL: @neq_noinbounds(
diff --git a/llvm/test/Transforms/InstSimplify/ConstProp/basictest.ll b/llvm/test/Transforms/InstSimplify/ConstProp/basictest.ll
index c3aed62fda3fe..d4181ee5d9660 100644
--- a/llvm/test/Transforms/InstSimplify/ConstProp/basictest.ll
+++ b/llvm/test/Transforms/InstSimplify/ConstProp/basictest.ll
@@ -3,8 +3,8 @@
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.7.2"
-; This is a basic sanity check for constant propagation. The add instruction
-; should be eliminated.
+; This is a basic correctness check for constant propagation. The add
+; instruction should be eliminated.
define i32 @test1(i1 %B) {
br i1 %B, label %BB1, label %BB2
diff --git a/llvm/test/Transforms/InstSimplify/ConstProp/phi.ll b/llvm/test/Transforms/InstSimplify/ConstProp/phi.ll
index e07a2a89ef7ac..c6d2f5ad360e3 100644
--- a/llvm/test/Transforms/InstSimplify/ConstProp/phi.ll
+++ b/llvm/test/Transforms/InstSimplify/ConstProp/phi.ll
@@ -1,5 +1,5 @@
-; This is a basic sanity check for constant propagation. The add instruction
-; should be eliminated.
+; This is a basic correctness check for constant propagation. The add
+; instruction should be eliminated.
; RUN: opt < %s -instsimplify -dce -S | not grep phi
diff --git a/llvm/test/Transforms/Mem2Reg/PromoteMemToRegister.ll b/llvm/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
index 804956219445e..01a3fb1f5bc21 100644
--- a/llvm/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
+++ b/llvm/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
@@ -1,4 +1,4 @@
-; Simple sanity check testcase. Both alloca's should be eliminated.
+; Simple basic correctness check testcase. Both alloca's should be eliminated.
; RUN: opt < %s -passes='debugify,mem2reg,check-debugify' -S 2>&1 | FileCheck %s
; CHECK-NOT: alloca
diff --git a/llvm/test/Transforms/SCCP/apfloat-basictest.ll b/llvm/test/Transforms/SCCP/apfloat-basictest.ll
index 2ef09668cd4d1..f33dd45b5c842 100644
--- a/llvm/test/Transforms/SCCP/apfloat-basictest.ll
+++ b/llvm/test/Transforms/SCCP/apfloat-basictest.ll
@@ -1,5 +1,5 @@
-; This is a basic sanity check for constant propagation. The fneg instruction
-; should be eliminated.
+; This is a basic correctness check for constant propagation. The fneg
+; instruction should be eliminated.
; RUN: opt < %s -sccp -S | FileCheck %s
diff --git a/llvm/test/Transforms/SCCP/apint-basictest.ll b/llvm/test/Transforms/SCCP/apint-basictest.ll
index f6ef1ab3f23b9..958714f61854f 100644
--- a/llvm/test/Transforms/SCCP/apint-basictest.ll
+++ b/llvm/test/Transforms/SCCP/apint-basictest.ll
@@ -1,5 +1,5 @@
-; This is a basic sanity check for constant propagation. The add instruction
-; should be eliminated.
+; This is a basic correctness check for constant propagation. The add
+; instruction should be eliminated.
; RUN: opt < %s -sccp -S | not grep add
diff --git a/llvm/test/Transforms/SCCP/apint-basictest2.ll b/llvm/test/Transforms/SCCP/apint-basictest2.ll
index ad8b4a460cc01..2ee5b3d57f6d4 100644
--- a/llvm/test/Transforms/SCCP/apint-basictest2.ll
+++ b/llvm/test/Transforms/SCCP/apint-basictest2.ll
@@ -1,5 +1,5 @@
-; This is a basic sanity check for constant propagation. The add instruction
-; and phi instruction should be eliminated.
+; This is a basic correctness check for constant propagation. The add
+; instruction and phi instruction should be eliminated.
; RUN: opt < %s -sccp -S | not grep phi
; RUN: opt < %s -sccp -S | not grep add
diff --git a/llvm/test/Transforms/SCCP/apint-basictest3.ll b/llvm/test/Transforms/SCCP/apint-basictest3.ll
index 863902c07d659..eb31ff038630a 100644
--- a/llvm/test/Transforms/SCCP/apint-basictest3.ll
+++ b/llvm/test/Transforms/SCCP/apint-basictest3.ll
@@ -1,5 +1,5 @@
-; This is a basic sanity check for constant propagation. It tests the basic
-; arithmetic operations.
+; This is a basic correctness check for constant propagation. It tests the
+; basic arithmetic operations.
; RUN: opt < %s -sccp -S | not grep mul
diff --git a/llvm/test/Transforms/SCCP/apint-basictest4.ll b/llvm/test/Transforms/SCCP/apint-basictest4.ll
index 572f97c572ee5..9e265aaf4fbfd 100644
--- a/llvm/test/Transforms/SCCP/apint-basictest4.ll
+++ b/llvm/test/Transforms/SCCP/apint-basictest4.ll
@@ -1,5 +1,5 @@
-; This is a basic sanity check for constant propagation. It tests the basic
-; logic operations.
+; This is a basic correctness check for constant propagation. It tests the
+; basic logic operations.
; RUN: opt < %s -sccp -S | not grep and
diff --git a/llvm/test/Transforms/SCCP/sccptest.ll b/llvm/test/Transforms/SCCP/sccptest.ll
index 5cc5087b1010f..412fc044c21ca 100644
--- a/llvm/test/Transforms/SCCP/sccptest.ll
+++ b/llvm/test/Transforms/SCCP/sccptest.ll
@@ -1,7 +1,7 @@
; RUN: opt < %s -sccp -S | FileCheck %s
-; This is a basic sanity check for constant propagation. The add instruction
-; should be eliminated.
+; This is a basic correctness check for constant propagation. The add
+; instruction should be eliminated.
define i32 @test1(i1 %B) {
br i1 %B, label %BB1, label %BB2
diff --git a/llvm/test/tools/dsymutil/X86/reproducer.test b/llvm/test/tools/dsymutil/X86/reproducer.test
index 854c029065233..b2a9b65b6bd67 100644
--- a/llvm/test/tools/dsymutil/X86/reproducer.test
+++ b/llvm/test/tools/dsymutil/X86/reproducer.test
@@ -10,14 +10,14 @@ RUN: cp %p/../Inputs/basic1.macho.x86_64.o %t/Inputs
RUN: cp %p/../Inputs/basic2.macho.x86_64.o %t/Inputs
RUN: cp %p/../Inputs/basic3.macho.x86_64.o %t/Inputs
-# Sanity check all the files are present.
+# Verify all the files are present.
RUN: dsymutil -f -o - -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 | llvm-dwarfdump -a - | FileCheck %s
# Create a reproducer.
RUN: env DSYMUTIL_REPRODUCER_PATH=%t.repro dsymutil -gen-reproducer -f -o %t.generate -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 | FileCheck %s --check-prefixes=REPRODUCER
RUN: llvm-dwarfdump -a %t.generate | FileCheck %s
-# Remove the input files and sanity check that was successful.
+# Remove the input files and verify that was successful.
RUN: rm -rf %t
RUN: not dsymutil -f -o %t.error -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 2>&1 | FileCheck %s --check-prefix=ERROR
diff --git a/llvm/test/tools/llvm-ar/full-path-option.test b/llvm/test/tools/llvm-ar/full-path-option.test
index db7fbe56994e1..2ed7b76219963 100644
--- a/llvm/test/tools/llvm-ar/full-path-option.test
+++ b/llvm/test/tools/llvm-ar/full-path-option.test
@@ -6,7 +6,7 @@ RUN: echo hello-a > a/foo.txt
RUN: echo hello-b > b/foo.txt
RUN: echo hello-parent > foo.txt
-# Sanity test that P is accepted.
+# Verify that P is accepted.
RUN: rm -f noop.a && llvm-ar rcP noop.a foo.txt
RUN: llvm-ar p noop.a | FileCheck %s --check-prefix=ACCEPT
diff --git a/llvm/test/tools/llvm-nm/format-bsd.test b/llvm/test/tools/llvm-nm/format-bsd.test
index 8891b59405fd2..52d234fc0dbb7 100644
--- a/llvm/test/tools/llvm-nm/format-bsd.test
+++ b/llvm/test/tools/llvm-nm/format-bsd.test
@@ -11,7 +11,7 @@
# RUN: cmp %t.formatbsd.txt %t.fbsd.txt
# RUN: cmp %t.formatbsd.txt %t.b.txt
-## Sanity check that some output is actually printed.
+## Verify that some output is actually printed.
# RUN: FileCheck %s --input-file=%t.default.txt
# CHECK: 0000000000000000 T sym1
diff --git a/llvm/test/tools/llvm-objcopy/ELF/invalid-e_phoff.test b/llvm/test/tools/llvm-objcopy/ELF/invalid-e_phoff.test
index f12b1bf318f3c..515d4db896496 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/invalid-e_phoff.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/invalid-e_phoff.test
@@ -7,7 +7,7 @@
# RUN: llvm-objcopy --strip-sections %t.o
# RUN: cp %t.o %t2.o
-## Sanity check that the phdr table is at offset 64:
+## Verify that the phdr table is at offset 64:
# RUN: llvm-readobj --file-headers %t.o | FileCheck %s --check-prefix=VALIDATE
# VALIDATE: ProgramHeaderOffset: 0x40{{$}}
diff --git a/llvm/test/tools/llvm-objcopy/ELF/invalid-e_shoff.test b/llvm/test/tools/llvm-objcopy/ELF/invalid-e_shoff.test
index 9d50922f1964d..36eece479c704 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/invalid-e_shoff.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/invalid-e_shoff.test
@@ -5,7 +5,7 @@
# RUN: yaml2obj %s -o %t.o
# RUN: cp %t.o %t2.o
-## Sanity check that the section header table is at offset 64:
+## Validate that the section header table is at offset 64:
# RUN: llvm-readobj --file-headers %t.o | FileCheck %s --check-prefix=VALIDATE
# VALIDATE: SectionHeaderOffset: 0x80{{$}}
diff --git a/llvm/test/tools/llvm-objcopy/ELF/no-strip-all.test b/llvm/test/tools/llvm-objcopy/ELF/no-strip-all.test
index 90b4c15765f8c..06d71bd5b3fbc 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/no-strip-all.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/no-strip-all.test
@@ -3,7 +3,7 @@
# RUN: yaml2obj %s -o %t.o
-## Base case: no switches, should strip. Used as a sanity check for later test cases.
+## Base case: no switches, should strip. Used as a basic correctness check for later test cases.
# RUN: llvm-strip %t.o -o %t1.o
# RUN: llvm-readobj --file-headers --sections %t1.o | FileCheck %s --check-prefix=ALL
diff --git a/llvm/test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s b/llvm/test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s
index e46da5483a6a3..d5cea94d69719 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s
+++ b/llvm/test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s
@@ -8,7 +8,7 @@
## separate string tables, whereas the assembler shares them.
# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux %s -o %t.o
-## Sanity check that the string tables are shared:
+## Verify check that the string tables are shared:
# RUN: llvm-readobj --section-headers %t.o \
# RUN: | FileCheck %s --check-prefix=VALIDATE --implicit-check-not=.shstrtab
diff --git a/llvm/test/tools/llvm-objcopy/ELF/strip-sections.test b/llvm/test/tools/llvm-objcopy/ELF/strip-sections.test
index 2fd826712f12a..00cb15e3e65d6 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/strip-sections.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/strip-sections.test
@@ -3,7 +3,7 @@
# RUN: llvm-readobj --file-headers --program-headers %t2 | FileCheck %s
# RUN: od -t x1 -j 4096 -N 12 %t2 | FileCheck %s --ignore-case --check-prefix=DATA
-## Sanity check the DATA-NOT line by showing that "fe ed fa ce" appears
+## Validate the DATA-NOT line by showing that "fe ed fa ce" appears
## if --strip-sections is not specified.
# RUN: llvm-objcopy %t %t3
# RUN: od -t x1 -j 4096 -N 12 %t3 | FileCheck %s --ignore-case --check-prefix=VALIDATE
diff --git a/llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test b/llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test
index 859817c9c33b3..ab985191738c3 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test
@@ -5,7 +5,7 @@
# RUN: yaml2obj %s -o %t.exec -DTYPE=EXEC
# RUN: llvm-objcopy --strip-unneeded %t.exec %t2.exec
# RUN: llvm-readobj --section-headers %t2.exec | FileCheck %s --check-prefix=NOSYMTAB
-## Sanity check that the symtab wouldn't be removed if the input were an ET_REL.
+## Validate that the symtab wouldn't be removed if the input were an ET_REL.
# RUN: yaml2obj %s -o %t.rel -DTYPE=REL
# RUN: llvm-objcopy --strip-unneeded %t.rel %t2.rel
# RUN: llvm-readobj --section-headers %t2.rel | FileCheck %s --check-prefix=SYMTAB
diff --git a/llvm/test/tools/llvm-objcopy/ELF/tail-merged-string-tables.test b/llvm/test/tools/llvm-objcopy/ELF/tail-merged-string-tables.test
index 651d92fab3baa..47cdb4b2b2351 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/tail-merged-string-tables.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/tail-merged-string-tables.test
@@ -3,7 +3,7 @@
## function correctly without corrupting the names of unchanged sections/symbols.
# RUN: yaml2obj %s -o %t.o
-## Sanity check that the strings have been pooled.
+## Validate that the strings have been pooled.
# RUN: llvm-readobj %t.o --string-dump .strtab --string-dump .shstrtab \
# RUN: | FileCheck %s --check-prefix=VALIDATE --implicit-check-not='] bar' --implicit-check-not=.blag
diff --git a/llvm/test/tools/llvm-readobj/COFF/arm64-win-error2.s b/llvm/test/tools/llvm-readobj/COFF/arm64-win-error2.s
index 5256de05cb24c..ede77a168cdc4 100644
--- a/llvm/test/tools/llvm-readobj/COFF/arm64-win-error2.s
+++ b/llvm/test/tools/llvm-readobj/COFF/arm64-win-error2.s
@@ -1,4 +1,4 @@
-## Check that the sanity check for an inconsistent header works.
+## Check that the error for an inconsistent header works.
## The first word contains the bad value for CodeWords, 0xf, which indicates
## that we need 0x11110 << 2 = 120 bytes of space for the unwind codes.
## It follows that the .xdata section is badly formed as only 8 bytes are
diff --git a/llvm/test/tools/llvm-readobj/ELF/hash-symbols.test b/llvm/test/tools/llvm-readobj/ELF/hash-symbols.test
index e0ee9cec893a9..22f3452f076eb 100644
--- a/llvm/test/tools/llvm-readobj/ELF/hash-symbols.test
+++ b/llvm/test/tools/llvm-readobj/ELF/hash-symbols.test
@@ -261,7 +261,7 @@ ProgramHeaders:
# NO-HASH-NOT: {{.}}
-## Sanity check that we can still find the dynamic symbols (i.e. the above test
+## Check that we can still find the dynamic symbols (i.e. the above test
## doesn't pass due to a mistake in the dynamic section).
# RUN: llvm-readelf --dyn-symbols %t4.so | FileCheck %s --check-prefix DYNSYMS
diff --git a/llvm/test/tools/llvm-readobj/ELF/hex-dump.test b/llvm/test/tools/llvm-readobj/ELF/hex-dump.test
index a877d892754a0..7829944806f34 100644
--- a/llvm/test/tools/llvm-readobj/ELF/hex-dump.test
+++ b/llvm/test/tools/llvm-readobj/ELF/hex-dump.test
@@ -8,7 +8,7 @@
# RUN: llvm-readelf -hx .shstrtab %t | cmp %t.hexdump.out -
# RUN: llvm-readelf -hx.shstrtab %t | cmp %t.hexdump.out -
-## A sanity check to verify that the .shstrtab section has index 2.
+## A basic correctness check to verify that the .shstrtab section has index 2.
# RUN: llvm-readelf -S %t | FileCheck %s --check-prefix=ELF-SEC
# ELF-SEC: [ 2] .shstrtab
diff --git a/llvm/test/tools/llvm-symbolizer/relativenames.s b/llvm/test/tools/llvm-symbolizer/relativenames.s
index 4d45b686119fd..14be67a7e1794 100644
--- a/llvm/test/tools/llvm-symbolizer/relativenames.s
+++ b/llvm/test/tools/llvm-symbolizer/relativenames.s
@@ -9,7 +9,7 @@
# RUN: llvm-symbolizer 0 --relativenames --obj=%t.o \
# RUN: | FileCheck %s -DDIR=%p --check-prefix=RELATIVENAMES
-## Sanity check for default.
+## A basic correctness check for default.
# RUN: llvm-symbolizer 0 --obj=%t.o \
# RUN: | FileCheck %s -DDIR=%p --check-prefix=ABSOLUTENAMES
More information about the llvm-commits
mailing list