8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
11 lines
215 B
LLVM
11 lines
215 B
LLVM
;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
|
|
;; RUN: | llvm-objdump -s - | FileCheck %s
|
|
|
|
define i32 @foo (i32 %a, i32 %b)
|
|
{
|
|
%1 = and i32 %a, %b
|
|
ret i32 %1
|
|
}
|
|
|
|
; CHECK: 0000 004100f1 00c09f52
|