abrown opened PR #1320 from add-more-simd-memory
to master
:
In attempting to run a Wasm workload, I realized that these instructions were necessary to compile the module. I followed what I observed from the scalar versions of these instructions but would appreciate confirmation on why these are being used:
- I think
postopt.rs
is attempting to convert regular loads and stores into their complex version?- I think
copy_to_ssa
is being used to temporarily move something into a virtual register--but why?
abrown requested bnjbvr for a review on PR #1320.
bnjbvr submitted PR Review.
abrown updated PR #1320 from add-more-simd-memory
to master
:
In attempting to run a Wasm workload, I realized that these instructions were necessary to compile the module. I followed what I observed from the scalar versions of these instructions but would appreciate confirmation on why these are being used:
- I think
postopt.rs
is attempting to convert regular loads and stores into their complex version?- I think
copy_to_ssa
is being used to temporarily move something into a virtual register--but why?
abrown merged PR #1320.
Last updated: Nov 22 2024 at 16:03 UTC