mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
7a495cc13d
[Test] issue-122805.rs should limit to little endian target In issue-122805.rs, codegen on big endian target is different from little endian target. ```llvm %0 = load <8 x i16>, ptr %value, align 2 store <8 x i16> %0, ptr %_0, align 1 ret void ``` This is expected since the conversion is unnecessary on BE target for this case. |
||
---|---|---|
.. | ||
assembly | ||
auxiliary | ||
codegen | ||
codegen-units | ||
coverage | ||
coverage-run-rustdoc | ||
debuginfo | ||
incremental | ||
mir-opt | ||
pretty | ||
run-make | ||
run-make-fulldeps | ||
run-pass-valgrind | ||
rustdoc | ||
rustdoc-gui | ||
rustdoc-js | ||
rustdoc-js-std | ||
rustdoc-json | ||
rustdoc-ui | ||
ui | ||
ui-fulldeps | ||
COMPILER_TESTS.md |