mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Cleanup. Missed removing these when converting. Oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d52e8db8a
commit
2c0fb63738
@ -1,9 +1,4 @@
|
|||||||
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
|
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
|
||||||
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep lsl
|
|
||||||
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep lsr
|
|
||||||
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep asr
|
|
||||||
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep ror
|
|
||||||
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | not grep mov
|
|
||||||
|
|
||||||
define i32 @t2ADDrs_lsl(i32 %X, i32 %Y) {
|
define i32 @t2ADDrs_lsl(i32 %X, i32 %Y) {
|
||||||
; CHECK: t2ADDrs_lsl
|
; CHECK: t2ADDrs_lsl
|
||||||
|
Loading…
Reference in New Issue
Block a user