Previously HalfTy was not handled which would either trigger an assertion,
or result in array initialized with garbage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/CodeGen/NVPTX/half.ll | ||
---|---|---|
6 ↗ | (On Diff #141429) | Should we also test a [N x half] array, in addition to this nested array? |
Comment Actions
Simplified the test case.
llvm/test/CodeGen/NVPTX/half.ll | ||
---|---|---|
6 ↗ | (On Diff #141429) | Being nested is incidental -- I've just copy/pasted it from the test case that triggered the problem. |