[PATCH] D97857: [Matrix] Add support for matrix-by-scalar division.

Everton Constantino via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 3 08:58:53 PST 2021


everton.constantino added inline comments.


================
Comment at: clang/test/CodeGen/matrix-type-operators.c:303
 }
 
+// CHECK-LABEL: @divide_double_matrix_scalar_float(
----------------
Shouldn't a test for half floating point be added here as well? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97857/new/

https://reviews.llvm.org/D97857



More information about the cfe-commits mailing list