reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
; RUN: llc < %s -march=avr | FileCheck %s
define void @call_more_than_64_bits() {
; CHECK-LABEL: call_more_than_64_bits
entry-block:
  %foo = call { i64, i1 } @more_than_64_bits()
  ret void
}

declare { i64, i1 } @more_than_64_bits()