[ForwardOpTree] Refactor out forwardSpeculatable(). NFC.
authorMichael Kruse <llvm@meinersbur.de>
Fri, 4 Aug 2017 12:28:42 +0000 (12:28 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 4 Aug 2017 12:28:42 +0000 (12:28 +0000)
commita9a7086319f5c4951bbe3f94051d4c6dc647b23a
treec8eb8f7527649a2d9d7970bb601e91e10c011a47
parentfb9d2a877522abac1c300db25363de927cd02c8f
[ForwardOpTree] Refactor out forwardSpeculatable(). NFC.

The method forwardSpeculatable forwards speculatively executable
instructions and is currently the only way to forward an
instruction.

In the future we intend to add more methods.

llvm-svn: 310056
polly/lib/Transform/ForwardOpTree.cpp