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

listm...@philipreames.com changed:

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

--- Comment #6 from listm...@philipreames.com ---
Simon, I just tried to test this on most recent LLC, and still see code
differences between the original examples posted.  These are both examples of
not(anyof) patterns, the only difference between them is the use of pointer vs
integer comparisons.  We really should be producing the same code for these two
examples.

test_opt:
        vpxor   %xmm1, %xmm1, %xmm1
        vpcmpeqq        %xmm1, %xmm0, %xmm1
        vmovmskpd       %xmm1, %eax
        testb   %al, %al
        je      .LBB0_2

test_sidestep:
        vptest  %xmm0, %xmm0
        je      .LBB1_2

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

Reply via email to