diff options
author | Kazu Hirata <kazu@google.com> | 2025-04-20 11:20:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-20 11:20:32 -0700 |
commit | f0cc50cdc969d141015cd132cf56a2ab8447f763 (patch) | |
tree | 74a9221e5cd866cf5747d709cd9180e1caf496da /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | ea3eb8d6258a018f118b5d41057ca333d1c8d4a0 (diff) | |
download | llvm-f0cc50cdc969d141015cd132cf56a2ab8447f763.zip llvm-f0cc50cdc969d141015cd132cf56a2ab8447f763.tar.gz llvm-f0cc50cdc969d141015cd132cf56a2ab8447f763.tar.bz2 |
[ADT] Add hash_combine_range that takes a range (NFC) (#136459)
The new function will allow us to replace:
hash_combine_range(Ops.begin(), Ops.end())
with:
hash_combine_range(Ops)
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions