[Hexagon] Adding functionality for duplexing. Duplexing is a way to compress commonl...
[oota-llvm.git] / test / CodeGen / Hexagon / duplex.ll
1 ; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
2
3 ; CHECK: c0 3f 00 48 48003fc0
4
5 define i32 @foo() {
6 ret i32 0
7 }