[all-commits] [llvm/llvm-project] 62d429: [PGO][PGSO] Distinguish queries from unit tests an...

hjyamauchi via All-commits all-commits at lists.llvm.org
Wed Dec 4 09:36:15 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 62d429972e50d1437a3fb43663218a7b443f0fc8
      https://github.com/llvm/llvm-project/commit/62d429972e50d1437a3fb43663218a7b443f0fc8
  Author: Hiroshi Yamauchi <yamauchi at google.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/lib/Transforms/Utils/SizeOpts.cpp
    M llvm/unittests/Target/X86/MachineSizeOptsTest.cpp
    M llvm/unittests/Transforms/Utils/SizeOptsTest.cpp

  Log Message:
  -----------
  [PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the existing IR passes only. NFC.

Summary:
This is one more prep step necessary before the code gen pass instrumentation
code could go in.

Reviewers: davidxl

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70988




More information about the All-commits mailing list