Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/AArch64/flags-multiuse.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 54457678186b |
children | 3a76565eade5 |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -aarch64-atomic-cfg-tidy=0 -verify-machineinstrs -o - %s | FileCheck %s | 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -aarch64-enable-atomic-cfg-tidy=0 -verify-machineinstrs -o - %s | FileCheck %s |
2 | 2 |
3 ; LLVM should be able to cope with multiple uses of the same flag-setting | 3 ; LLVM should be able to cope with multiple uses of the same flag-setting |
4 ; instruction at different points of a routine. Either by rematerializing the | 4 ; instruction at different points of a routine. Either by rematerializing the |
5 ; compare or by saving and restoring the flag register. | 5 ; compare or by saving and restoring the flag register. |
6 | 6 |