File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
lib/Target/ARM/MCTargetDesc Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1010,6 +1010,7 @@ static unsigned getFixupKindContainerSizeBytes(unsigned Kind) {
1010
1010
case ARM::fixup_t2_condbranch:
1011
1011
case ARM::fixup_t2_uncondbranch:
1012
1012
case ARM::fixup_t2_pcrel_10:
1013
+ case ARM::fixup_t2_pcrel_9:
1013
1014
case ARM::fixup_t2_adr_pcrel_12:
1014
1015
case ARM::fixup_arm_thumb_bl:
1015
1016
case ARM::fixup_arm_thumb_blx:
Original file line number Diff line number Diff line change
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
5
+
6
+ define void @woah (half * %waythere ) {
7
+ store half 0xHE110, half * %waythere
8
+ ret void
9
+ }
You can’t perform that action at this time.
0 commit comments