Previously HalfTy was not handled which would either trigger an assertion,
or result in array initialized with garbage.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 16839 Build 16839: arc lint + arc unit
Event Timeline
| llvm/test/CodeGen/NVPTX/half.ll | ||
|---|---|---|
| 6 | 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 | Being nested is incidental -- I've just copy/pasted it from the test case that triggered the problem. | |
Should we also test a [N x half] array, in addition to this nested array?