Now that I am told MachineRegisterInfo also tracks physical register uses / defs, I can do away with the horribleness I introduced a while back. It's impossible to detect if there is any use of a physical register below an instruction (and before any def of the register) with some cheap book keeping.

llvm-svn: 49105
2 files changed
tree: 68ad44141185fab7d45c96fc1f47497efea384da
  1. clang/
  2. llvm/