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

            Bug ID: 41188
           Summary: Unprofitable target specific vectorization
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

I checked this "benchmark": https://godbolt.org/z/IrAj-o

-O3 on haswell X86-64, 4720HQ - cca 1.9s
-O3 -mtune=native -march=native - cca 2.1s


Seems like we have a regression there too. Just looking at the godbolt results,
the slower code contains a vectorized code, standard -O3 avoids vectorization.

Maybe cost model issue for Haswell ?

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