[all-commits] [llvm/llvm-project] f9a27d: [FileCheck] Enforce --allow-unused-prefixes=false ...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Wed Dec 9 08:52:04 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9a27df16bc4c86eb9c81b0fed3d263876334572
      https://github.com/llvm/llvm-project/commit/f9a27df16bc4c86eb9c81b0fed3d263876334572
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M llvm/test/Transforms/ArgumentPromotion/crash.ll
    A llvm/test/Transforms/Attributor/lit.local.cfg
    M llvm/test/Transforms/HardwareLoops/scalar-while.ll
    M llvm/test/Transforms/Inline/inline_stats.ll
    M llvm/test/Transforms/Inline/noalias2.ll
    M llvm/test/Transforms/LICM/pr23608.ll
    M llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores-private.ll
    M llvm/test/Transforms/LoopIdiom/X86/left-shift-until-bittest.ll
    M llvm/test/Transforms/LoopStrengthReduce/X86/lsr-insns-1.ll
    M llvm/test/Transforms/LowerTypeTests/export-inline.ll
    M llvm/test/Transforms/MemCpyOpt/memcpy-invoke-memcpy.ll
    M llvm/test/Transforms/PhaseOrdering/ARM/arm_fill_q7.ll
    M llvm/test/Transforms/PhaseOrdering/X86/loop-idiom-vs-indvars.ll
    A llvm/test/Transforms/lit.local.cfg
    M llvm/test/lit.cfg.py

  Log Message:
  -----------
  [FileCheck] Enforce --allow-unused-prefixes=false for llvm/test/Transforms

Explicitly opt-out llvm/test/Transforms/Attributor.

Verified by flipping the default value of allow-unused-prefixes and
observing that none of the failures were under llvm/test/Transforms.

Differential Revision: https://reviews.llvm.org/D92404




More information about the All-commits mailing list