13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2;; -mattr=+all is not intended to be used for code emitters. Nevertheless,3;; llc does not reject it. This test intends to catch behavior changes.4; RUN: llc -mtriple=aarch64 -mattr=+all < %s | FileCheck %s5 6define half @bf16() nounwind {7; CHECK-LABEL: bf16:8; CHECK: // %bb.0:9; CHECK-NEXT: movi d0, #000000000000000010; CHECK-NEXT: ret11 ret half 0xH000012}13