[llvm] [LSV] Prepare atomicrmw operands for vectorization (PR #114702)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 3 07:45:23 PST 2024


https://github.com/arsenm requested changes to this pull request.

There is no reason for this pass to consider atomicrmw. They cannot be vectorized and should be left alone 

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


More information about the llvm-commits mailing list