| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The Function can never be nullptr so we can return a reference.
llvm-svn: 320884
|
|
|
|
|
|
|
|
| |
Fixes not finding the called global for AMDGPU
call pseudoinstructions, which prevented IPRA
from doing much.
llvm-svn: 311637
|
|
|
|
| |
llvm-svn: 311636
|
|
|
|
| |
llvm-svn: 283004
|
|
Adds a MachineFunctionPass that scans the body to find calls, and
update the register mask with the one saved by the
RegUsageInfoCollector analysis in PhysicalRegisterUsageInfo.
Patch by Vivek Pandya <vivekvpandya@gmail.com>
Differential Revision: http://reviews.llvm.org/D21180
llvm-svn: 272414
|