[PATCH] D54176: [PGO] clang part of change for context-sensitive PGO.

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 10:34:07 PST 2018


xur updated this revision to Diff 176428.
xur marked an inline comment as done.
xur added a comment.

Integrated David's review comments. Also add a test to test the error when both CSInstrumentGen and CSInstrumentUse on.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54176/new/

https://reviews.llvm.org/D54176

Files:
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/BackendUtil.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/Driver/ToolChain.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Driver/ToolChains/CommonArgs.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/Inputs/pgotestir.proftext
  test/CodeGen/Inputs/pgotestir_cs.proftext
  test/CodeGen/cspgo-instrumentation.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54176.176428.patch
Type: text/x-patch
Size: 18337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181203/b5ff2613/attachment.bin>


More information about the llvm-commits mailing list