diff options
| author | Matthias Braun <matze@braunis.de> | 2018-01-19 06:08:17 +0000 |
|---|---|---|
| committer | Matthias Braun <matze@braunis.de> | 2018-01-19 06:08:17 +0000 |
| commit | 3ab9fcb98e97efcf8f4e0a521018170dec8b6078 (patch) | |
| tree | beccf7b5210b0cd8777f8c7b6c4ab3b692bffbc8 /llvm/test/CodeGen | |
| parent | 8bb5228db925bd4d3ef4d41c88b2f7c51d8221fa (diff) | |
| download | bcm5719-llvm-3ab9fcb98e97efcf8f4e0a521018170dec8b6078.tar.gz bcm5719-llvm-3ab9fcb98e97efcf8f4e0a521018170dec8b6078.zip | |
Split TailDuplicatePass into pre- and post-RA variant; NFC
Split TailDuplicatePass into EarlyTailDuplicate and TailDuplicate. This
avoids playing games with fake pass IDs and using MRI::isSSA() to
determine pre-/post-RA state.
llvm-svn: 322926
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/tail-dup-debugloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tail-dup-debugloc.ll b/llvm/test/CodeGen/X86/tail-dup-debugloc.ll index 4907e5244b6..df1a8ee46b4 100644 --- a/llvm/test/CodeGen/X86/tail-dup-debugloc.ll +++ b/llvm/test/CodeGen/X86/tail-dup-debugloc.ll @@ -1,4 +1,4 @@ -; RUN: llc -stop-after=tailduplication < %s | FileCheck %s +; RUN: llc -stop-after=early-tailduplication < %s | FileCheck %s ; ; Check that DebugLoc attached to the branch instruction of ; 'while.cond1.preheader.lr.ph' survives after tailduplication pass. |

