[all-commits] [llvm/llvm-project] b18bf8: [NewPM] Move PassManager::run() into Impl.h (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jun 20 04:00:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b18bf8faaef952323c96e4c6b82f25623073fb1c
      https://github.com/llvm/llvm-project/commit/b18bf8faaef952323c96e4c6b82f25623073fb1c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PassManagerImpl.h

  Log Message:
  -----------
  [NewPM] Move PassManager::run() into Impl.h (NFC)

We use explicit template instantiation for these classes, so there
is no need to have the definition in the header. The places that
instantiate the method will include the PassManagerImpl.h file.



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