[llvm] [RISCV] Support isel for Zacas for 2*XLen types. (PR #77814)

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 09:13:19 PST 2024


jyknight wrote:

> RISC-V doesn't always have vector instructions, and the vector iSA does not require a 128-bit vector load to be atomic. It would depend on the microarchitecture.

Yes, that's why I suggested an ISA extension that a given CPU could advertise support for, which _does_ provide that guarantee.

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


More information about the llvm-commits mailing list