[llvm-bugs] [Bug 6455] Clear most significant 32 bits in the elements <2 x i64> efficiently

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jul 18 08:03:23 PDT 2021


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

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

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

--- Comment #3 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Current Codegen: https://godbolt.org/z/KrT3qhjj3

This has all been handled by a mixture of
TargetLowering::isVectorClearMaskLegal and X86 shuffle combining.

-- 
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/20210718/e3fc6f9b/attachment.html>


More information about the llvm-bugs mailing list