[all-commits] [llvm/llvm-project] ad1d60: [FileCheck] Catch missspelled directives.
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Thu May 26 03:37:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad1d60c3befd606d6864b367f939238e50fb0f7e
https://github.com/llvm/llvm-project/commit/ad1d60c3befd606d6864b367f939238e50fb0f7e
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M clang/test/CodeGenCXX/attr-mustprogress.cpp
M clang/test/CodeGenCXX/eh-aggregate-copy-destroy.cpp
M clang/test/CodeGenCXX/inheriting-constructor.cpp
M clang/test/CodeGenObjC/non-runtime-protocol.m
M clang/test/OpenMP/master_taskloop_private_codegen.cpp
M clang/test/OpenMP/master_taskloop_simd_private_codegen.cpp
M clang/test/OpenMP/parallel_master_taskloop_private_codegen.cpp
M clang/test/OpenMP/parallel_master_taskloop_simd_private_codegen.cpp
M clang/test/OpenMP/task_private_codegen.cpp
M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
M clang/test/OpenMP/taskloop_private_codegen.cpp
M clang/test/OpenMP/taskloop_simd_private_codegen.cpp
M flang/test/Fir/convert-to-llvm.fir
M flang/test/Lower/Intrinsics/not.f90
M llvm/include/llvm/FileCheck/FileCheck.h
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/test/Analysis/MemorySSA/phi-translation.ll
M llvm/test/Analysis/RegionInfo/infinite_loop_4.ll
M llvm/test/CodeGen/AMDGPU/divergence-driven-bfe-isel.ll
M llvm/test/CodeGen/AMDGPU/hoist-cond.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll
M llvm/test/CodeGen/AMDGPU/mode-register.mir
M llvm/test/CodeGen/AMDGPU/smrd.ll
M llvm/test/CodeGen/ARM/cmpxchg-O0-be.ll
M llvm/test/CodeGen/AVR/atomics/fence.ll
M llvm/test/CodeGen/BPF/CORE/offset-reloc-middle-chain.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/DebugInfo/NVPTX/debug-info.ll
A llvm/test/FileCheck/missspelled-directive.txt
M llvm/test/MC/AMDGPU/data.s
M llvm/test/MC/AsmParser/directive_file-g.s
M llvm/test/MC/PowerPC/ppc64-reloc-directive-pcrel.s
M llvm/test/MC/WebAssembly/unnamed-data.ll
M llvm/test/Transforms/Inline/inline-strictfp.ll
M llvm/test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll
M llvm/test/Transforms/MergeFunc/alias.ll
M llvm/test/Transforms/PGOProfile/PR41279.ll
M llvm/test/Transforms/PGOProfile/memop_clone.ll
M llvm/test/Transforms/PGOProfile/memop_size_from_strlen.ll
M llvm/test/tools/llvm-dwp/X86/tu_units_v5.s
M llvm/test/tools/llvm-dwp/X86/type_dedup_v5.test
M llvm/test/tools/llvm-objdump/MachO/disassemble-all.test
M llvm/test/tools/llvm-readobj/COFF/unwind-arm64-windows.test
M mlir/test/Dialect/Affine/loop-coalescing.mlir
M mlir/test/Dialect/Linalg/fuse-with-reshape-by-collapsing.mlir
M mlir/test/Dialect/Linalg/tile-and-fuse-no-fuse.mlir
M mlir/test/Dialect/MemRef/canonicalize.mlir
M mlir/test/Dialect/SPIRV/IR/memory-ops.mlir
M mlir/test/Dialect/Vector/vector-transfer-full-partial-split.mlir
M mlir/test/IR/dynamic.mlir
M mlir/test/mlir-tblgen/op-decl-and-defs.td
M polly/test/ScopDetect/dot-scops-npm.ll
Log Message:
-----------
[FileCheck] Catch missspelled directives.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D125604
More information about the All-commits
mailing list