[PATCH] D45391: [NVPTX] add support for initializing fp16 arrays.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 14:55:34 PDT 2018


jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/NVPTX/half.ll:6
+                [[2 x half] [half 0xH0201, half 0xH0403],
+                 [2 x half] [half 0xH0605, half 0xH0807]]
+
----------------
Should we also test a [N x half] array, in addition to this nested array?


https://reviews.llvm.org/D45391





More information about the llvm-commits mailing list