[all-commits] [llvm/llvm-project] 020973: [InterleavedAccessPass]: Ensure that dead nodes ge...

Hassnaa Hamdi via All-commits all-commits at lists.llvm.org
Tue Jan 14 01:34:49 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0209739597b42f3f617db89043a9c1efe7825c0d
      https://github.com/llvm/llvm-project/commit/0209739597b42f3f617db89043a9c1efe7825c0d
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2025-01-14 (Tue, 14 Jan 2025)

  Changed paths:
    M llvm/lib/CodeGen/InterleavedAccessPass.cpp
    M llvm/test/Transforms/InterleavedAccess/AArch64/sve-interleave4.ll

  Log Message:
  -----------
  [InterleavedAccessPass]: Ensure that dead nodes get erased only once (#122643)

Use SmallSetVector instead of SmallVector to avoid duplication,
so that dead nodes get erased/deleted only once.



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