about summary refs log tree commit diff
path: root/tests/codegen/repeat-operand-zst-elem.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-28/+0
2025-07-19Split repeat-operand codegen testScott McMurray-0/+28
Looks like the output it's looking for can be in different orders, so separate tests will fix that.