Matthias Krüger
f86eb041ee
Rollup merge of #135966 - mustartt:fix-ppc-abi-test, r=workingjubilee
...
[AIX] Allow different sized load and store in `tests/assembly/powerpc64-struct-abi.rs`
Sometimes in the llvm backend generates 2 different copy assembly sequence.
1. `lxvd2x` followed immediately by `stxvd2x` (Load VSX Vector 2 Dword, Store VSX Vector 2 Dword) is semantically equivalent to;
2. `lxvw4x` followed immediately by `stxvw4x` (Load VSX Vector 4 Word, Store VSX Vector 4 Word)
2025-01-24 16:25:46 +01:00
..
2024-12-18 02:59:07 +09:00
2023-01-11 09:32:08 +00:00
2024-10-31 18:20:11 +08:00
2024-02-22 16:04:04 +00:00
2024-05-31 23:12:33 +02:00
2024-09-16 16:54:48 +02:00
2024-09-18 13:53:31 -07:00
2025-01-20 16:33:04 +08:00
2024-10-06 18:12:25 +02:00
2024-10-31 11:59:17 +00:00
2024-05-30 16:15:46 +10:00
2024-12-02 23:56:24 -08:00
2024-05-30 16:15:46 +10:00
2024-09-23 18:57:38 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-06-11 07:45:16 +00:00
2024-04-30 13:21:08 +00:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-05-31 23:12:33 +02:00
2024-05-31 23:12:33 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-05-30 16:15:46 +10:00
2025-01-23 20:53:04 -05:00
2024-11-14 17:44:54 +08:00
2024-11-08 09:16:00 +01:00
2024-09-04 08:10:53 -06:00
2024-11-14 22:14:11 +09:00
2024-09-18 13:53:31 -07:00
2025-01-13 20:50:57 +00:00
2024-07-25 15:14:42 -04:00
2024-09-18 13:53:31 -07:00
2024-07-25 15:14:42 -04:00
2025-01-13 20:50:57 +00:00
2024-09-18 13:53:31 -07:00
2024-02-23 18:04:01 -05:00
2024-09-12 09:53:59 +02:00
2024-02-22 16:04:04 +00:00
2024-09-18 13:53:31 -07:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2025-01-20 16:57:09 +01:00
2024-06-19 21:26:48 +01:00
2024-05-28 12:31:33 +02:00
2024-12-03 15:31:00 +01:00
2024-11-14 17:44:54 +08:00
2024-05-01 16:54:20 -07:00
2024-05-30 16:15:46 +10:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-05-28 12:31:33 +02:00
2024-10-06 18:12:25 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-03-23 00:02:53 -07:00
2024-07-30 20:23:33 +01:00
2024-10-22 12:21:00 +01:00