Home | History | Annotate | Download | only in Alpha
      1 ;test for SUBC and SUBE expansion
      2 ;
      3 ; RUN: llc < %s -march=alpha
      4 
      5 define i128 @sub128(i128 %x, i128 %y) {
      6 entry:
      7 	%tmp = sub i128 %y, %x
      8 	ret i128 %tmp
      9 }
     10