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

Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...

Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register to a virtual register unless it requires an expensive cross class copy. That means we are only treating "expensive to copy" register dependency as physical register dependency.
Also future proof the scheduler to handle "normal" physical register dependencies. The code is not exercised yet.

llvm-svn: 62074
parent 45cfef2c
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