[all-commits] [llvm/llvm-project] 20573d: [ADT] Remove is_splat
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Sep 6 10:56:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20573d11b74e6535acb3229c4493b42c5d13e1dc
https://github.com/llvm/llvm-project/commit/20573d11b74e6535acb3229c4493b42c5d13e1dc
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
Log Message:
-----------
[ADT] Remove is_splat
`is_splat` is superseded by `all_equal` and marked as deprecated.
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/D132336
More information about the All-commits
mailing list