[all-commits] [llvm/llvm-project] fc2b09: [ADT] Remove ImmutableSet::foreach and ImmutableMa...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 1 22:05:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc2b09a744dca3c995a6cc82482f135e1e4e41ef
https://github.com/llvm/llvm-project/commit/fc2b09a744dca3c995a6cc82482f135e1e4e41ef
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M llvm/include/llvm/ADT/ImmutableMap.h
M llvm/include/llvm/ADT/ImmutableSet.h
M llvm/unittests/ADT/ImmutableSetTest.cpp
Log Message:
-----------
[ADT] Remove ImmutableSet::foreach and ImmutableMap::foreach (NFC)
These functions seem to be unused for at least 1 year.
Commit: 3f7fd50c27c0fe744069ae5b0005a72970b860a6
https://github.com/llvm/llvm-project/commit/3f7fd50c27c0fe744069ae5b0005a72970b860a6
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
Log Message:
-----------
[AArch64] Remove unused constant NeonBitsPerVector (NFC)
Compare: https://github.com/llvm/llvm-project/compare/4602f4169a21...3f7fd50c27c0
More information about the All-commits
mailing list