Skip to content

Commit

Permalink
llvm: Update baseline to 7536474ea723f84db791ce5b6c3fc0cefbc2cceb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent 3ad03a4 commit 565791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 32 files
+1 −0 clang-tools-extra/clang-tidy/misc/CMakeLists.txt
+3 −0 clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
+95 −0 clang-tools-extra/clang-tidy/misc/UseInternalLinkageCheck.cpp
+38 −0 clang-tools-extra/clang-tidy/misc/UseInternalLinkageCheck.h
+6 −0 clang-tools-extra/docs/ReleaseNotes.rst
+1 −0 clang-tools-extra/docs/clang-tidy/checks/list.rst
+27 −0 clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst
+5 −0 clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/func.h
+1 −0 clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/func_cpp.inc
+1 −0 clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/func_h.inc
+3 −0 clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/var.h
+37 −0 clang-tools-extra/test/clang-tidy/checkers/misc/use-internal-linkage-func.cpp
+40 −0 clang-tools-extra/test/clang-tidy/checkers/misc/use-internal-linkage-var.cpp
+0 −1 libc/config/linux/aarch64/entrypoints.txt
+2 −2 llvm/CMakeLists.txt
+4 −4 llvm/docs/GettingStarted.rst
+1 −1 llvm/docs/GettingStartedVS.rst
+5 −0 llvm/docs/ReleaseNotes.rst
+1 −1 llvm/docs/TestingGuide.rst
+0 −12 llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+81 −8 llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
+20 −1 llvm/test/Transforms/PGOProfile/memprof.ll
+2 −2 mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
+29 −21 mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+61 −20 mlir/include/mlir/Interfaces/LoopLikeInterface.td
+12 −9 mlir/lib/Dialect/Affine/IR/AffineOps.cpp
+1 −2 mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
+3 −3 mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
+30 −40 mlir/lib/Dialect/SCF/IR/SCF.cpp
+3 −6 mlir/lib/Dialect/SCF/Transforms/ForallToFor.cpp
+3 −6 mlir/lib/Dialect/SCF/Transforms/ForallToParallel.cpp
+54 −16 mlir/unittests/Dialect/SCF/LoopLikeSCFOpsTest.cpp

0 comments on commit 565791a

Please sign in to comment.