Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / ARM / store_half.ll
blob70efbb5d7e060b060125934da17bf29f2906a34f
1 ; RUN: llc < %s -mtriple=thumbebv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
2 ; RUN: llc < %s -mtriple=thumbv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
3 ; RUN: llc < %s -mtriple=armebv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
4 ; RUN: llc < %s -mtriple=armv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
6 define void @woah(ptr %waythere) {
7   store half 0xHE110, ptr %waythere
8   ret void