about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-24 16:25:46 +0100
committerGitHub <noreply@github.com>2025-01-24 16:25:46 +0100
commitf86eb041eec8d0d245e2b35ea1c82413b9ccae0d (patch)
tree6a2a10e85336925fe00dd8775501e12513b4ca97 /compiler/rustc_codegen_gcc
parentb344e14bded157089786de60d17f71feb2ce14f4 (diff)
parent56c9267df3b4bcc673e121932763013135b3920c (diff)
downloadrust-f86eb041eec8d0d245e2b35ea1c82413b9ccae0d.tar.gz
rust-f86eb041eec8d0d245e2b35ea1c82413b9ccae0d.zip
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)
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions