[llvm] [RFC] IR: Support atomicrmw FP ops with vector types (PR #86796)

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 07:42:23 PDT 2024


https://github.com/jyknight commented:

> I have support for fp vector typed xchg, and vector of int/ptr separately implemented

Does supporting those require substantially different code than you've already modified here? Perhaps should just do it at the same time for consistency?

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


More information about the llvm-commits mailing list