2006-04-02 21:47:07 +00:00
|
|
|
; Make sure this testcase does not use mulq
|
2008-03-09 19:55:22 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=alpha | \
|
2007-04-15 18:40:57 +00:00
|
|
|
; RUN: not grep -i mul
|
2007-11-28 05:37:13 +00:00
|
|
|
; XFAIL: *
|
2006-04-02 21:47:07 +00:00
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @foo1(i64 %x) {
|
2006-04-02 21:47:07 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 9 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-03 03:16:09 +00:00
|
|
|
}
|
2008-02-19 01:41:04 +00:00
|
|
|
|
|
|
|
define i64 @foo3(i64 %x) {
|
2006-04-03 03:16:09 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 259 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-03 03:16:09 +00:00
|
|
|
}
|
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @foo4l(i64 %x) {
|
2006-04-03 04:14:39 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 260 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-03 04:14:39 +00:00
|
|
|
}
|
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @foo4ln(i64 %x) {
|
2006-10-31 19:50:55 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 508 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-10-31 19:50:55 +00:00
|
|
|
}
|
2008-02-19 01:41:04 +00:00
|
|
|
|
|
|
|
define i64 @foo4ln_more(i64 %x) {
|
2006-04-03 04:14:39 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 252 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-03 04:14:39 +00:00
|
|
|
}
|
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @foo1n(i64 %x) {
|
2006-04-03 03:16:09 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 511 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-02 21:47:07 +00:00
|
|
|
}
|
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @foo8l(i64 %x) {
|
2006-04-03 04:14:39 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 768 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-03 04:14:39 +00:00
|
|
|
}
|
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @bar(i64 %x) {
|
2006-04-02 21:47:07 +00:00
|
|
|
entry:
|
2008-02-19 01:41:04 +00:00
|
|
|
%tmp.1 = mul i64 %x, 5 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp.1
|
2006-04-02 21:47:07 +00:00
|
|
|
}
|
2008-02-19 01:41:04 +00:00
|
|
|
|