[PATCH] D72916: [JumpThreading] Reduce duplicate threshold at Oz

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 02:25:15 PST 2020


samparker updated this revision to Diff 241075.
samparker added a comment.

@dmgreen Something like this? We now store the default threshold in the constructor and then make a decision for each function.


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

https://reviews.llvm.org/D72916

Files:
  llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/test/Transforms/JumpThreading/codesize-loop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72916.241075.patch
Type: text/x-patch
Size: 10079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/def01ba3/attachment.bin>


More information about the llvm-commits mailing list