Guillaume Gomez c57b0549af
Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubilee
Add more SIMD platform-intrinsics

- [x] simd_masked_load
  - [x] LLVM codegen - llvm.masked.load
  - [x] cranelift codegen - implemented but untested
- [ ] simd_masked_store
  - [x] LLVM codegen - llvm.masked.store
  - [ ] cranelift codegen

Also added a run-pass test to test both intrinsics, and additional build-fail & check-fail to cover validation for both intrinsics
2023-12-09 14:05:09 +01:00
..
2023-12-07 00:21:32 +08:00
2023-12-07 00:21:32 +08:00
2023-12-07 00:21:32 +08:00
2023-11-23 14:11:02 +03:00
2023-11-26 09:25:07 +08:00