[PATCH] D95982: [CSSPGO] Unblock optimizations with pseudo probe instrumentation.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 12:43:41 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1cb47a063e2b: [CSSPGO] Unblock optimizations with pseudo probe instrumentation. (authored by hoy).
Herald added a subscriber: dexonsmith.

Changed prior to commit:
  https://reviews.llvm.org/D95982?vs=322707&id=322796#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95982

Files:
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/include/llvm/IR/Instruction.h
  llvm/lib/CodeGen/LiveRangeShrink.cpp
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/StackProtector.cpp
  llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  llvm/lib/IR/Instruction.cpp
  llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/SampleProfile/pseudo-probe-instcombine.ll
  llvm/test/Transforms/SampleProfile/pseudo-probe-instsched.ll
  llvm/test/Transforms/SampleProfile/pseudo-probe-peep.ll
  llvm/test/Transforms/SampleProfile/pseudo-probe-twoaddr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95982.322796.patch
Type: text/x-patch
Size: 16932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/8acf91e2/attachment.bin>


More information about the llvm-commits mailing list