[all-commits] [llvm/llvm-project] c43875: [NFC][SandboxVectorizer] Disable default copy CTOR...

offsake via All-commits all-commits at lists.llvm.org
Tue Jan 7 17:01:47 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4387583ff79beb98ea9738469219345c13dc0d5
      https://github.com/llvm/llvm-project/commit/c4387583ff79beb98ea9738469219345c13dc0d5
  Author: offsake <sergey.i.zverev at intel.com>
  Date:   2025-01-07 (Tue, 07 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h

  Log Message:
  -----------
  [NFC][SandboxVectorizer] Disable default copy CTOR/assigment for SchedBundle. (#121846)

Explicitly disable copy CTOR/assigment for SchedBundle to avoid
acsidentional
usage of default versions that do not handle Nodes copies properly.
A developer will need to implement them once required.



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