[all-commits] [llvm/llvm-project] e715fc: [StructuralHash] Refactor

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Wed Oct 16 14:40:42 PDT 2024


  Branch: refs/heads/users/kyulee-com/strhash-nfc
  Home:   https://github.com/llvm/llvm-project
  Commit: e715fc6b8fb299d7973ec2a63509277918b88131
      https://github.com/llvm/llvm-project/commit/e715fc6b8fb299d7973ec2a63509277918b88131
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    M llvm/include/llvm/IR/StructuralHash.h
    M llvm/lib/IR/StructuralHash.cpp
    M llvm/test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll

  Log Message:
  -----------
  [StructuralHash] Refactor

 - Use stable_hash instead of uint64_t
 - Rename update* to hash* functions. They compute stable_hash locally
   and return it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list