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

TwoAddressInstructionPass enhancement. After it converts a two address...

TwoAddressInstructionPass enhancement. After it converts a two address instruction into a 3-address one, sink it past the instruction that kills the read-mod-write register if its definition is used past the kill. This reduces the number of live register by one.

llvm-svn: 48333
parent fdc07489
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