[llvm] [TTI][X86] getShuffleCosts - for SK_PermuteTwoSrc, if the masks are known to be "inlane" no need to scale the costs by worst-case legalization (PR #117999)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 06:53:12 PST 2024


================
@@ -50,4 +43,5 @@ define <4 x double> @PR94546(<4 x double> %a, <4 x double> %b) {
 ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
 ; AVX1: {{.*}}
 ; AVX2: {{.*}}
-; SSE: {{.*}}
+; SSE2: {{.*}}
+; SSE4: {{.*}}
----------------
alexey-bataev wrote:

Need to remove these lines

https://github.com/llvm/llvm-project/pull/117999


More information about the llvm-commits mailing list