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

Sanjay Patel <spatel+l...@rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #7 from Sanjay Patel <spatel+l...@rotateright.com> ---
The non-zero case that might've escaped IR optimization should be fixed with:
https://reviews.llvm.org/rL313458

So we won't replace 2 scalar constant stores with 1 vector constant load + 1
vector store (and there's a corner case test for where it would likely have
been a win), but we should get cases where we know the vector ops reduce
instruction count.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to