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

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 15:01:35 PDT 2018


tra added inline comments.


================
Comment at: llvm/test/CodeGen/NVPTX/half.ll:6
+                [[2 x half] [half 0xH0201, half 0xH0403],
+                 [2 x half] [half 0xH0605, half 0xH0807]]
+
----------------
jlebar wrote:
> Should we also test a [N x half] array, in addition to this nested array?
Being nested is incidental -- I've just copy/pasted it from the test case that triggered the problem.
I've simplified the test to use a 1D array.


https://reviews.llvm.org/D45391





More information about the llvm-commits mailing list