File tree Expand file tree Collapse file tree 8 files changed +10
-1
lines changed Expand file tree Collapse file tree 8 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5
5
;
6
6
; RUN: opt < %s -mtriple=avr-linux -passes=instcombine -S | FileCheck %s --check-prefix=AVR
7
7
; RUN: opt < %s -mtriple=msp430-linux -passes=instcombine -S | FileCheck %s --check-prefix=MSP430
8
+ ; REQUIRES: avr-registered-target,msp430-registered-target
9
+
8
10
9
11
declare i16 @ffs (i16 )
10
12
Original file line number Diff line number Diff line change 6
6
;
7
7
; RUN: opt < %s -mtriple=avr-freebsd -passes=instcombine -S | FileCheck %s --check-prefix=AVR
8
8
; RUN: opt < %s -mtriple=msp430-freebsd -passes=instcombine -S | FileCheck %s --check-prefix=MSP430
9
+ ; REQUIRES: avr-registered-target,msp430-registered-target
9
10
10
11
declare i16 @fls (i16 )
11
12
Original file line number Diff line number Diff line change 4
4
;
5
5
; RUN: opt < %s -mtriple=avr-freebsd -passes=instcombine -S | FileCheck %s --check-prefix=AVR
6
6
; RUN: opt < %s -mtriple=msp430-linux -passes=instcombine -S | FileCheck %s --check-prefix=MSP430
7
+ ; REQUIRES: avr-registered-target,msp430-registered-target
7
8
8
9
declare i16 @isascii (i16 )
9
10
Original file line number Diff line number Diff line change 4
4
;
5
5
; RUN: opt < %s -mtriple=avr-linux -passes=instcombine -S | FileCheck %s --check-prefix=AVR
6
6
; RUN: opt < %s -mtriple=msp430-freebsd -passes=instcombine -S | FileCheck %s --check-prefix=MSP430
7
+ ; REQUIRES: avr-registered-target,msp430-registered-target
7
8
8
9
declare i16 @isdigit (i16 )
9
10
Original file line number Diff line number Diff line change 2
2
;
3
3
; RUN: opt < %s -mtriple=avr-freebsd -passes=instcombine -S | FileCheck %s --check-prefix=AVR
4
4
; RUN: opt < %s -mtriple=msp430-linux -passes=instcombine -S | FileCheck %s --check-prefix=MSP430
5
+ ; REQUIRES: avr-registered-target,msp430-registered-target
5
6
;
6
7
; Verify that the puts to putchar transformation works correctly even for
7
8
; targets with 16-bit int.
Original file line number Diff line number Diff line change 2
2
;
3
3
; RUN: opt < %s -mtriple=avr-linux -passes=instcombine -S | FileCheck %s --check-prefix=AVR
4
4
; RUN: opt < %s -mtriple=msp430-freebsd -passes=instcombine -S | FileCheck %s --check-prefix=MSP430
5
+ ; REQUIRES: avr-registered-target,msp430-registered-target
5
6
;
6
7
; Test that the puts to putchar transformation works correctly even for
7
8
; targets with 16-bit int.
Original file line number Diff line number Diff line change 5
5
; RUN: opt -passes=instcombine -S < %s -mtriple=x86_64-apple-macosx10.8 | FileCheck %s --check-prefixes=CHECK-NO-SINCOS,CHECK-NO-SINCOS-DOUBLE-ALIGN8
6
6
; RUN: opt -passes=instcombine -S < %s -mtriple=arm-apple-ios6.0 | FileCheck %s --check-prefixes=CHECK-NO-SINCOS,CHECK-NO-SINCOS-DOUBLE-ALIGN4
7
7
; RUN: opt -passes=instcombine -S < %s -mtriple=x86_64-none-linux-gnu | FileCheck %s --check-prefixes=CHECK-NO-SINCOS,CHECK-NO-SINCOS-DOUBLE-ALIGN8
8
-
8
+ ; REQUIRES: arm-registered-target, x86-registered-target
9
9
10
10
attributes #0 = { readnone nounwind }
11
11
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --check-globals
2
2
; RUN: opt < %s -S -passes=openmp-opt | FileCheck %s --check-prefixes=CHECK,MODULE
3
3
; RUN: opt < %s -S -passes=openmp-opt-cgscc | FileCheck %s --check-prefixes=CHECK,CGSCC
4
+ ; REQUIRES: amdgpu-registered-target
5
+
4
6
target triple = "amdgcn-amd-amdhsa"
5
7
6
8
declare void @useI32 (i32 )
You can’t perform that action at this time.
0 commit comments