[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
Thu Sep 7 18:45:39 PDT 2017
chandlerc updated this revision to Diff 114301.
chandlerc marked 8 inline comments as done.
chandlerc added a comment.
Update based on code review from David and Hal.
Still need to add some more interesting test cases.
https://reviews.llvm.org/D37467
Files:
include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
test/Other/new-pm-defaults.ll
test/Other/new-pm-thinlto-defaults.ll
test/Transforms/SpeculateAroundPHIs/X86/basic.ll
test/Transforms/SpeculateAroundPHIs/X86/lit.local.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37467.114301.patch
Type: text/x-patch
Size: 49864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/74eff17e/attachment-0001.bin>
More information about the llvm-commits
mailing list