See the discussion thread for more details:
https://discourse.llvm.org/t/adt-is-splat-and-empty-ranges/64692
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D132335
[ADT] Deprecate is_splat and replace all uses with all_equal ClosedPublic Authored by kuhar on Aug 21 2022, 1:05 PM.
Details Summary See the discussion thread for more details:
Diff Detail Event TimelineHerald added subscribers: bzcheeseman, ThomasRaoux, sdasgup3 and 23 others. · View Herald Transcript Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Aug 21 2022, 2:17 PM
This revision was landed with ongoing or failed builds.Aug 23 2022, 8:42 AM Closed by commit rG6fa87ec10fce: [ADT] Deprecate is_splat and replace all uses with all_equal (authored by kuhar). · Explain Why This revision was automatically updated to reflect the committed changes. kuhar marked an inline comment as done.
Revision Contents
Diff 454374 llvm/include/llvm/ADT/STLExtras.h
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/lib/Analysis/VectorUtils.cpp
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/Scalar/NewGVN.cpp
llvm/unittests/ADT/STLExtrasTest.cpp
mlir/include/mlir/IR/OpBase.td
mlir/lib/Dialect/Linalg/Transforms/ConstantFold.cpp
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
mlir/test/mlir-tblgen/predicate.td
mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
|