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

Sanjay Patel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |285b8abce483
             Status|NEW                         |RESOLVED

--- Comment #2 from Sanjay Patel <[email protected]> ---
We should use broadcast and fold loads after:
https://reviews.llvm.org/rG285b8abce483
...but as I mentioned in the commit message, I'm not sure if this results in a
perf win even if it looks better. 

Using pcmpeq to create an all-ones vector still seems like the right trade-off
for most cases.

-- 
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