[llvm-bugs] [Bug 42026] [X86] Scalarize non-temporal vector stores with poor alignment

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 18 02:53:41 PDT 2019


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

Simon Pilgrim <llvm-dev at redking.me.uk> changed:

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

--- Comment #1 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190618/124fe67e/attachment.html>


More information about the llvm-bugs mailing list