[all-commits] [llvm/llvm-project] 47d947: [SandboxVec][BottomUpVec] Fix ownership of Legalit...

vporpo via All-commits all-commits at lists.llvm.org
Fri Jun 6 12:21:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47d9473e492e4f4100a719a22bd1588b8524b344
      https://github.com/llvm/llvm-project/commit/47d9473e492e4f4100a719a22bd1588b8524b344
  Author: vporpo <vporpodas at google.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.cpp

  Log Message:
  -----------
  [SandboxVec][BottomUpVec] Fix ownership of Legality (#143018)

Fix the ownership of `Legality` member variable of BottomUpVec. It
should get created in runOnFunction() and get destroyed when the
function returns.



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