1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2;; -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 %s 5 6define half @bf16() nounwind { 7; CHECK-LABEL: bf16: 8; CHECK: // %bb.0: 9; CHECK-NEXT: movi d0, #0000000000000000 10; CHECK-NEXT: ret 11 ret half 0xH0000 12} 13