[all-commits] [llvm/llvm-project] 89e8e6: [Attributor] Stabilize llvm.assume output

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Jun 19 15:37:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89e8e63f47ffc355bf5c55cea8f43a806174cce8
      https://github.com/llvm/llvm-project/commit/89e8e63f47ffc355bf5c55cea8f43a806174cce8
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/test/Transforms/Attributor/assumes_info.ll
    M llvm/test/Transforms/OpenMP/spmdization_guarding.ll

  Log Message:
  -----------
  [Attributor] Stabilize llvm.assume output

Don't rely on the iteration order of DenseSet<StringRef>, which is not
guaranteed to be deterministic.



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