[llvm-branch-commits] [llvm] [X86] Extend alignedstore PatFrag to cover atomic_store (PR #197861)

Simon Pilgrim via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 2 02:06:01 PDT 2026


RKSimon wrote:

> > Do we have any aligned vector stores wider that 128-bits?
> 
> Those will be translated to library calls as per the X86TargetLowering::X86TargetLowering ctor.

And we do have test coverage to show them doing that?

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


More information about the llvm-branch-commits mailing list