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

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 23:57:45 PST 2021


hoy updated this revision to Diff 322304.
hoy added a comment.

Adding test cases for optimizations blocked by pseudo probes.

Test omitted for certain cases where debug instrinsic checks are replaced with debug and pseudo probe checks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95982

Files:
  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/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.322304.patch
Type: text/x-patch
Size: 14537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/b1d44d62/attachment.bin>


More information about the llvm-commits mailing list