================
@@ -1903,6 +1903,14 @@ let ArchGuard = "defined(__aarch64__) || 
defined(__arm64ec__)", TargetGuard = "d
   def UDOT_LANEQ : SOpInst<"vdot_laneq", "..(<<)(<<Q)I", "iUiQiQUi", 
OP_DOT_LNQ>;
 }
 
+let ArchGuard = "defined(__aarch64__)", TargetGuard = "f16f32dot,neon" in {
+  def VDOT_F16 : SInst<"vdot", "..<<", "fQf">;
+  def VDOT_LANE_F16 : SInst<"vdot_lane", "..<(<q)I", "fQf",
----------------
Lukacma wrote:

Fixed

https://github.com/llvm/llvm-project/pull/189987
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to