https://bugs.llvm.org/show_bug.cgi?id=42026

Simon Pilgrim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |r363582,r363592

--- Comment #1 from Simon Pilgrim <[email protected]> ---
rL363582 - [X86][AVX] Split under-aligned vector nt-stores.
rL363592 - [X86][SSE] Scalarize under-aligned XMM vector nt-stores (PR42026)

Resolving - we already have the allowsMisalignedMemoryAccesses mechanism to
generically split load/stores, targets can override this to improve codegen
where necessary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to