| Issue | 172805 |
|---|---|
| Summary | [HLSl][Matrix] Constant single subscript index producing incorrect results |
| Labels | new issue |
| Assignees | |
| Reporter | farzonl |
This looks like an indexing issue:
```
Data: [ 13, 14, 15, 16, 5, 8, 6, 7, 11, 12, 10, 9, 1, 2, 3, 4 ]
...
Got:
---
Name: Out
Format: Int32
Data: [ 13, 5, 11, 1, 14, 8, 15, 2, 15, 6, 7, 3, 16, 7, 3, 4 ]
```_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
