jyknight wrote:

> Atomic vectors with size >1 are lowered to calls.

That's not true; they're only lowered to calls when the alignment is not known 
to be sufficient (e.g. `<2 x i32>` must have `align 8`, not `align 4`).

https://github.com/llvm/llvm-project/pull/120387
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to