about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-11-20 01:09:41 +0100
committerGitHub <noreply@github.com>2021-11-20 01:09:41 +0100
commitcf69f9e2206c708cb0c4535cab9e7a64c23add06 (patch)
tree6ac00c06b0824c37dc2b3e673d764ab5468df9ba /compiler/rustc_codegen_llvm/src
parent5c98cf145dc6e71a33f4c20b64a9d8eeeaf8b1b3 (diff)
parent0304e16f3b357c3df48b25277127c658b5169fd4 (diff)
downloadrust-cf69f9e2206c708cb0c4535cab9e7a64c23add06.tar.gz
rust-cf69f9e2206c708cb0c4535cab9e7a64c23add06.zip
Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk
fix CTFE/Miri simd_insert/extract on array-style repr(simd) types

The changed test would previously fail since `place_index` would just return the only field of `f32x4`, i.e., the array -- rather than *indexing into* the array which is what we have to do.

The new helper methods will also be needed for https://github.com/rust-lang/miri/issues/1912.

r? ``````@oli-obk``````
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions