[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / CodeGen / AArch64 / fp16-v4-instructions.ll
index 8e8968108c786bb504d907d9b9058421dd9c2552..f2945a1a072a0e5b4bfed6dcf6932245632d2f85 100644 (file)
@@ -52,7 +52,7 @@ define <4 x half> @load_h(<4 x half>* %a) {
 entry:
 ; CHECK-LABEL: load_h:
 ; CHECK: ldr d0, [x0]
-  %0 = load <4 x half>* %a, align 4
+  %0 = load <4 x half>, <4 x half>* %a, align 4
   ret <4 x half> %0
 }