[PATCH] D77354: [DO NOT MERGE] added FileCheck colons that broke things

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 17:55:04 PDT 2020


jroelofs created this revision.
Herald added subscribers: llvm-commits, kerbowa, asbirlea, atanasyan, george.burgess.iv, jrtc27, kbarton, nhaehnle, jvesely, nemanjai, sdardis.
Herald added a reviewer: JDevlieghere.
Herald added a project: LLVM.
jroelofs added a child revision: D77227: [RFC][FileCheck] Require colon immediately after CHECK directives.
Herald added a subscriber: wuzish.

This is a series of "fixes" for missing FileCheck directive colons found by https://reviews.llvm.org/D77227 that ended up breaking the offending test. More diagnosis definitely needed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77354

Files:
  llvm/test/Analysis/MemorySSA/invariant-groups.ll
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
  llvm/test/CodeGen/AArch64/swap-compare-operands.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-load.mir
  llvm/test/CodeGen/AMDGPU/fmin_legacy.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll
  llvm/test/CodeGen/AMDGPU/shrink-vop3-carry-out.mir
  llvm/test/CodeGen/AMDGPU/si-annotate-cfg-loop-assert.ll
  llvm/test/CodeGen/AMDGPU/trunc-cmp-constant.ll
  llvm/test/CodeGen/AMDGPU/vector-extract-insert.ll
  llvm/test/CodeGen/ARM/misched-int-basic-thumb2.mir
  llvm/test/CodeGen/ARM/thumb1_return_sequence.ll
  llvm/test/CodeGen/PowerPC/fold-frame-offset-using-rr.mir
  llvm/test/CodeGen/PowerPC/fold-rlwinm.mir
  llvm/test/CodeGen/PowerPC/optcmp.ll
  llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll
  llvm/test/CodeGen/X86/GlobalISel/select-copy.mir
  llvm/test/CodeGen/X86/emutls.ll
  llvm/test/CodeGen/X86/linux-preemption.ll
  llvm/test/CodeGen/X86/soft-fp-legal-in-HW-reg.ll
  llvm/test/CodeGen/X86/stack-clash-medium-natural-probes-mutliple-objects.ll
  llvm/test/MC/Mips/mips32r2/valid.s
  llvm/test/MC/Mips/mips32r3/valid.s
  llvm/test/MC/Mips/mips32r5/valid.s
  llvm/test/MC/Mips/mips32r6/valid.s
  llvm/test/MC/Mips/mips64r2/valid.s
  llvm/test/MC/Mips/mips64r3/valid.s
  llvm/test/MC/Mips/mips64r5/valid.s
  llvm/test/MC/Mips/mips64r6/valid.s
  llvm/test/Transforms/CodeExtractor/live_shrink_unsafe.ll
  llvm/test/Transforms/InstCombine/phi-preserve-ir-flags.ll
  llvm/test/Transforms/InstSimplify/compare.ll
  llvm/test/Transforms/LoopRotate/pr35210.ll
  llvm/test/Transforms/SampleProfile/gcc-simple.ll
  llvm/test/tools/dsymutil/X86/modules.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77354.254658.patch
Type: text/x-patch
Size: 56272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200403/6f7071dc/attachment.bin>


More information about the llvm-commits mailing list