[PATCH] D101494: [SimplifyCFG] Ignore ephemeral values when counting insts for threading

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 14:35:11 PDT 2021


tejohnson updated this revision to Diff 342045.
tejohnson added a comment.

Compute ephemeral values on per-BB basis when needed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101494

Files:
  llvm/include/llvm/Analysis/CodeMetrics.h
  llvm/lib/Analysis/CodeMetrics.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/unprofitable-pr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101494.342045.patch
Type: text/x-patch
Size: 8798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/aaf91045/attachment.bin>


More information about the llvm-commits mailing list