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

Teach branch folding pass about implicit_def instructions. Unfortunately we...

Teach branch folding pass about implicit_def instructions. Unfortunately we can't just eliminate them since register scavenger expects every register use to be defined. However, we can delete them when there are no intra-block uses.  Carefully removing some implicit def's which enable more blocks to be optimized away.

llvm-svn: 49461
parent 0e91b419
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