Skip to content
Commit 6fb6a597 authored by Dan Gohman's avatar Dan Gohman
Browse files

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
parent f98b47d3
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