summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/FinalizeISel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-191-0/+76
This allows targets to make more decisions about reserved registers after isel. For example, now it should be certain there are calls or stack objects in the frame or not, which could have been introduced by legalization. Patch by Matthias Braun llvm-svn: 363757
OpenPOWER on IntegriCloud