diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-06-19 00:25:39 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-06-19 00:25:39 +0000 |
| commit | 9cac4e6d1403554b06ec2fc9d834087b1234b695 (patch) | |
| tree | 9958cd3309f50e57290362076df149ac5c442705 /llvm/test/CodeGen/Generic | |
| parent | 1885747498c2730e47fee42a0c59492d09f4352f (diff) | |
| download | bcm5719-llvm-9cac4e6d1403554b06ec2fc9d834087b1234b695.tar.gz bcm5719-llvm-9cac4e6d1403554b06ec2fc9d834087b1234b695.zip | |
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
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
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index 441652110f2..afe454a62e3 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -print-machineinstrs=expand-isel-pseudos -o /dev/null 2>&1 | FileCheck %s +; RUN: llc < %s -print-after=finalize-isel -o /dev/null 2>&1 | FileCheck %s ; Hexagon runs passes that renumber the basic blocks, causing this test ; to fail. |

