xref: /aosp_15_r20/external/llvm/test/CodeGen/Hexagon/duplex.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker; CHECK: c0 3f 00 48 48003fc0
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Workerdefine i32 @foo() {
6*9880d681SAndroid Build Coastguard Workerret i32 0
7*9880d681SAndroid Build Coastguard Worker}