[PATCH] D37467: Add a new pass to speculate around PHI nodes with constant (integer) operands when profitable.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 03:32:57 PST 2017


This revision was automatically updated to reflect the committed changes.
chandlerc marked 2 inline comments as done.
Closed by commit rL319164: Add a new pass to speculate around PHI nodes with constant (integer) operands… (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D37467?vs=123657&id=124537#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37467

Files:
  llvm/trunk/include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/Scalar/CMakeLists.txt
  llvm/trunk/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  llvm/trunk/test/Other/new-pm-defaults.ll
  llvm/trunk/test/Other/new-pm-thinlto-defaults.ll
  llvm/trunk/test/Transforms/SpeculateAroundPHIs/basic-x86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37467.124537.patch
Type: text/x-patch
Size: 61944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171128/19861fda/attachment.bin>


More information about the llvm-commits mailing list