You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
215 B
11 lines
215 B
4 months ago
|
;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
|
||
|
;; RUN: | llvm-objdump -s - | FileCheck %s
|
||
|
|
||
|
define i64 @foo (i64 %a, i64 %b)
|
||
|
{
|
||
|
%1 = sub i64 %a, %b
|
||
|
ret i64 %1
|
||
|
}
|
||
|
|
||
|
; CHECK: 0000 e04022d3 00c09f52
|