[llvm-bugs] [Bug 27320] [AVX2] vpermd + vpshufb intrinsics merged into wrong code at -O1 and higher

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 7 11:30:27 PDT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |312608
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
This was fixed by rL312608:

PR27320:
  vpermq {{.*#+}} ymm0 = ymm0[0,1,2,1]
  vpshufb {{.*#+}} ymm0 =
ymm0[0,1,1,2,3,4,4,5,6,7,7,8,9,10,10,11,28,29,29,30,31,16,16,17,18,19,19,20,21,22,22,23]
  retq

-- 
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/20171007/b46c652d/attachment.html>


More information about the llvm-bugs mailing list