[PATCH] D79718: [CGP] include funnel shift intrinsic when sinking splatted operands

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 09:39:57 PDT 2020


spatel marked an inline comment as done.
spatel added inline comments.


================
Comment at: llvm/test/Transforms/CodeGenPrepare/X86/x86-shuffle-sink.ll:219
+;
+; CHECK-AVX-LABEL: @funnel_splatvar(
+; CHECK-AVX-NEXT:  entry:
----------------
The labeling here is a bit misleading - "AVX" means both AVX2 and AVX512, but not AVX1; there is no AVX1 run line on this file. More specific testing is shown in the x86 codegen file.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79718/new/

https://reviews.llvm.org/D79718





More information about the llvm-commits mailing list