[all-commits] [llvm/llvm-project] 45d018: [SandboxVec][NFC] Add LLVM_DEBUG dumps (#129335)

vporpo via All-commits all-commits at lists.llvm.org
Fri Feb 28 16:10:55 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45d018097c8e92f1978478382426c683b19be88f
      https://github.com/llvm/llvm-project/commit/45d018097c8e92f1978478382426c683b19be88f
  Author: vporpo <vporpodas at google.com>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    A llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Debug.h
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Legality.cpp
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.cpp
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAcceptOrRevert.cpp
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionSave.cpp
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.cpp

  Log Message:
  -----------
  [SandboxVec][NFC] Add LLVM_DEBUG dumps (#129335)

This patch updates/adds LLVM_DEBUG dumps.
It moves the DEBUG_TYPE into SandboxVectorizer/Debug.h such that it can
be shared across all components of the vectorizer.



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