[all-commits] [llvm/llvm-project] 6fa87e: [ADT] Deprecate is_splat and replace all uses with...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Aug 23 08:42:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fa87ec10fce41709529abe5b94a6b18ad2062c7
https://github.com/llvm/llvm-project/commit/6fa87ec10fce41709529abe5b94a6b18ad2062c7
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/unittests/ADT/STLExtrasTest.cpp
M mlir/include/mlir/IR/OpBase.td
M mlir/lib/Dialect/Linalg/Transforms/ConstantFold.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
M mlir/test/mlir-tblgen/predicate.td
M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
Log Message:
-----------
[ADT] Deprecate is_splat and replace all uses with all_equal
See the discussion thread for more details:
https://discourse.llvm.org/t/adt-is-splat-and-empty-ranges/64692
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D132335
More information about the All-commits
mailing list