[all-commits] [llvm/llvm-project] 9144e4: [Support] Drop unnecessary const from a return typ...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Aug 14 12:52:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9144e4933463d35df259ca8a5207119e1fc0c97c
https://github.com/llvm/llvm-project/commit/9144e4933463d35df259ca8a5207119e1fc0c97c
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/Statistic.h
M llvm/lib/Support/Statistic.cpp
M llvm/unittests/ADT/StatisticTest.cpp
Log Message:
-----------
[Support] Drop unnecessary const from a return type (NFC)
Identified with readability-const-return-type.
Commit: 50724716cd7012d122378195f2f13efa4c13272a
https://github.com/llvm/llvm-project/commit/50724716cd7012d122378195f2f13efa4c13272a
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/SampleProfile.cpp
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
M llvm/lib/Transforms/Scalar/ADCE.cpp
M llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
M llvm/lib/Transforms/Utils/CodeLayout.cpp
M llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
M llvm/lib/Transforms/Utils/LCSSA.cpp
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/lib/Transforms/Utils/SampleProfileInference.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
Log Message:
-----------
[Transforms] Qualify auto in range-based for loops (NFC)
Identified with readability-qualified-auto.
Commit: 3a6da9ebcbaadfbd46b42e3168bb56b833fd9b28
https://github.com/llvm/llvm-project/commit/3a6da9ebcbaadfbd46b42e3168bb56b833fd9b28
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
M mlir/include/mlir/Support/Timing.h
M mlir/lib/Analysis/SliceAnalysis.cpp
M mlir/lib/Dialect/Affine/Analysis/NestedMatcher.cpp
M mlir/lib/Dialect/Arithmetic/Transforms/Bufferize.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
M mlir/lib/Dialect/Bufferization/Transforms/TensorCopyInsertion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/DenseBufferizationPass.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
M mlir/test/lib/Dialect/Test/TestTypes.h
Log Message:
-----------
[mlir] Remove redundant member initialization (NFC)
Identified with readability-redundant-member-init.
Commit: a8c294d6aae340afba9347ef3d41fbb7a9ab51be
https://github.com/llvm/llvm-project/commit/a8c294d6aae340afba9347ef3d41fbb7a9ab51be
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M flang/examples/FlangOmpReport/FlangOmpReportVisitor.h
M flang/lib/Lower/Mangler.cpp
M flang/lib/Optimizer/Support/InternalNames.cpp
M flang/lib/Semantics/tools.cpp
Log Message:
-----------
[flang] Remove redundant string initialization (NFC)
Identified with readability-redundant-string-init.
Compare: https://github.com/llvm/llvm-project/compare/8b9b45ce5458...a8c294d6aae3
More information about the All-commits
mailing list