[all-commits] [llvm/llvm-project] 05aa98: [NFCI] Explicitly delete unused copy constructor a...

calebwat via All-commits all-commits at lists.llvm.org
Wed Apr 16 13:12:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05aa98955c697e52209d775327013e9cc2be6321
      https://github.com/llvm/llvm-project/commit/05aa98955c697e52209d775327013e9cc2be6321
  Author: calebwat <107081575+calebwat at users.noreply.github.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanSLP.h

  Log Message:
  -----------
  [NFCI] Explicitly delete unused copy constructor and assign copy for VPInterleavedAccessInfo (#134755)

VPInterleavedAccessInfo has a defined destructor freeing memory, but no
explicitly defined copy constructor or copy assignment op. These are not
used, so this patch marks them as deleted to avoid usage of the
implicitly defined implementations.



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