Don't unconditionally suppress hoisting of instructions with implicit
defs or uses. The regular def and use checking below covers them, and can be more precise. It's safe to hoist an instruction with a dead implicit def if the register isn't live into the loop header. llvm-svn: 97352
Loading
Please register or sign in to comment