[PATCH] D79963: [llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 14:08:40 PDT 2020


jroelofs created this revision.
jroelofs added reviewers: jdenny, jhenderson.
Herald added subscribers: llvm-commits, kerbowa, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, thopre, jocewei, rupprecht, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, atanasyan, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, kbarton, nhaehnle, jvesely, nemanjai, sdardis, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: MaskRay.
Herald added a project: LLVM.

Now that we have D79276 <https://reviews.llvm.org/D79276>, let's make use of it to avoid false positives on the missing-colon FileCheck diagnostic we've been experimenting with in D77227 <https://reviews.llvm.org/D77227>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79963

Files:
  llvm/test/CodeGen/AMDGPU/GlobalISel/smrd.ll
  llvm/test/CodeGen/AMDGPU/fp_to_uint.ll
  llvm/test/CodeGen/AMDGPU/global-constant.ll
  llvm/test/CodeGen/AMDGPU/merge-tbuffer.mir
  llvm/test/CodeGen/AMDGPU/smrd.ll
  llvm/test/CodeGen/AMDGPU/unhandled-loop-condition-assertion.ll
  llvm/test/CodeGen/ARM/build-attributes.ll
  llvm/test/CodeGen/ARM/float-helpers.s
  llvm/test/CodeGen/ARM/select-imm.ll
  llvm/test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
  llvm/test/CodeGen/Mips/cconv/arguments-float.ll
  llvm/test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
  llvm/test/CodeGen/Mips/cconv/arguments-hard-float.ll
  llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll
  llvm/test/CodeGen/Mips/cconv/arguments.ll
  llvm/test/CodeGen/Mips/cconv/return-hard-fp128.ll
  llvm/test/CodeGen/Mips/cconv/return-hard-struct-f128.ll
  llvm/test/CodeGen/Mips/countleading.ll
  llvm/test/CodeGen/Mips/divrem.ll
  llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll
  llvm/test/CodeGen/Mips/inlineasm-operand-code.ll
  llvm/test/CodeGen/Mips/mips64muldiv.ll
  llvm/test/CodeGen/PowerPC/ppc64-crsave.mir
  llvm/test/CodeGen/X86/avx-cast.ll
  llvm/test/CodeGen/X86/fp-intrinsics.ll
  llvm/test/CodeGen/X86/splat-for-size.ll
  llvm/test/CodeGen/X86/sse-scalar-fp-arith.ll
  llvm/test/CodeGen/X86/vec_shift6.ll
  llvm/test/CodeGen/X86/vector-compare-combines.ll
  llvm/test/CodeGen/X86/vector-narrow-binop.ll
  llvm/test/DebugInfo/COFF/vframe-fpo.ll
  llvm/test/DebugInfo/X86/debug-info-static-member.ll
  llvm/test/FileCheck/dump-input-annotations.txt
  llvm/test/FileCheck/var-scope.txt
  llvm/test/MC/AsmParser/expr-shr.s
  llvm/test/MC/Mips/relocation-n64.s
  llvm/test/MC/Mips/relocation.s
  llvm/test/MC/RISCV/compressed-relocations.s
  llvm/test/MC/RISCV/relocations.s
  llvm/test/MC/RISCV/rv32b-aliases-valid.s
  llvm/test/MC/RISCV/rv64b-aliases-valid.s
  llvm/test/MC/RISCV/rva-aliases-valid.s
  llvm/test/MC/RISCV/rvi-aliases-valid.s
  llvm/test/Transforms/InstCombine/double-float-shrink-2.ll
  llvm/test/Transforms/LoopFusion/cannot_fuse.ll
  llvm/test/tools/llvm-objdump/ELF/dynamic-section-machine-specific.test
  llvm/test/tools/llvm-readobj/ELF/RISCV/section-types.test
  llvm/test/tools/llvm-readobj/ELF/section-types.test
  llvm/test/tools/llvm-readobj/ELF/symbol-binding.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79963.264083.patch
Type: text/x-patch
Size: 120374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200514/e8342faf/attachment.bin>


More information about the llvm-commits mailing list