[PATCH] D67318: [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not per-BB cost

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 09:17:00 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372009: [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not per… (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67318?vs=219239&id=220351#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67318

Files:
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/test/Transforms/IndVarSimplify/loop_evaluate_1.ll
  llvm/trunk/test/Transforms/PGOProfile/chr.ll
  llvm/trunk/test/Transforms/SimplifyCFG/PhiEliminate3.ll
  llvm/trunk/test/Transforms/SimplifyCFG/SpeculativeExec.ll
  llvm/trunk/test/Transforms/SimplifyCFG/X86/speculate-cttz-ctlz.ll
  llvm/trunk/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
  llvm/trunk/test/Transforms/SimplifyCFG/safe-abs.ll
  llvm/trunk/test/Transforms/SimplifyCFG/safe-low-bit-extract.ll
  llvm/trunk/test/Transforms/SimplifyCFG/signbit-like-value-extension.ll
  llvm/trunk/test/Transforms/SimplifyCFG/speculate-math.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67318.220351.patch
Type: text/x-patch
Size: 35893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190916/7a165ca1/attachment.bin>


More information about the llvm-commits mailing list