diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-11-20 01:09:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 01:09:41 +0100 |
| commit | cf69f9e2206c708cb0c4535cab9e7a64c23add06 (patch) | |
| tree | 6ac00c06b0824c37dc2b3e673d764ab5468df9ba /compiler/rustc_codegen_llvm/src | |
| parent | 5c98cf145dc6e71a33f4c20b64a9d8eeeaf8b1b3 (diff) | |
| parent | 0304e16f3b357c3df48b25277127c658b5169fd4 (diff) | |
| download | rust-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
