Files
clang-p2996/llvm/test/CodeGen/Hexagon/isel-vacopy.ll
2022-12-19 12:53:32 +01:00

19 lines
385 B
LLVM

; RUN: llc -march=hexagon < %s | FileCheck %s
; Check for successful compilation
; CHECK: jumpr r31
target triple = "hexagon"
; Function Attrs: nounwind
define hidden fastcc void @f0() unnamed_addr #0 {
b0:
call void @llvm.va_copy(ptr nonnull undef, ptr nonnull undef)
ret void
}
; Function Attrs: nounwind
declare void @llvm.va_copy(ptr, ptr) #0
attributes #0 = { nounwind }