[llvm] [LoongArch] Optimize extracting f32/f64 from 256-bit vector by using XVPICKVE. (PR #151914)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 01:41:57 PDT 2025


zhaoqi5 wrote:

Better choice. Lower instruction latency than before.

By the way, maybe `extractelement+insertelement` sequence of `v8i32/v4i64` types can also use `xvpickve` and `xvinsve0` instructions?

https://github.com/llvm/llvm-project/pull/151914


More information about the llvm-commits mailing list