aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/store_half.ll
blob: 70efbb5d7e060b060125934da17bf29f2906a34f (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -mtriple=thumbebv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
; RUN: llc < %s -mtriple=thumbv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
; RUN: llc < %s -mtriple=armebv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null
; RUN: llc < %s -mtriple=armv8.2a-arm-none-eabi -mattr=+fullfp16 -filetype=obj -o /dev/null

define void @woah(ptr %waythere) {
  store half 0xHE110, ptr %waythere
  ret void
}