Skip to content
Commit 89553cc4 authored by Evan Cheng's avatar Evan Cheng
Browse files

Do not speculatively execute an instruction by hoisting it to its predecessor...

Do not speculatively execute an instruction by hoisting it to its predecessor BB if any of its operands are defined but not used in BB. The transformation will prevent the operand from being sunk into the use block.

llvm-svn: 52244
parent 70fe1635
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment