| commit | e70b31fc1b51d6ca697c66b03ec999b69c8e0506 | [log] [tgz] |
|---|---|---|
| author | Keno Fischer <kfischer@college.harvard.edu> | Mon Jun 08 20:09:58 2015 +0000 |
| committer | Keno Fischer <kfischer@college.harvard.edu> | Mon Jun 08 20:09:58 2015 +0000 |
| tree | d7903fae713aadb957e648d96bc19674fcbbcc5c | |
| parent | 4b23eb85f973a18433af9ed0bccdd00b87844d42 [diff] |
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC Summary: This was a longstanding FIXME and is a necessary precursor to cases where foldOperandImpl may have to create more than one instruction (e.g. to constrain a register class). This is the split out NFC changes from D6262. Reviewers: pete, ributzka, uweigand, mcrosier Reviewed By: mcrosier Subscribers: mcrosier, ted, llvm-commits Differential Revision: http://reviews.llvm.org/D10174 llvm-svn: 239336