summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/regpair_hint_phys.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Handle physreg targets in RegPair hints gracefullyMatthias Braun2015-04-031-0/+22
Register coalescing can change the target of a RegPair hint to a physreg, we should not crash on this. This also slightly improved the way ARMBaseRegisterInfo::updateRegAllocHint() works. llvm-svn: 233987
OpenPOWER on IntegriCloud