[PATCH] D147541: [X86] Add InstFixup for masked `unpck{l|h}pd` -> masked `shufpd`

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 7 02:19:25 PDT 2023


skatkov added a comment.

If it helps. the bad and good compilations differ only in one line:
	vshufps	$0, %xmm0, %xmm1, %xmm0         # xmm0 = xmm1[0,0],xmm0[0,0]
vs

  vshufps	$68, %xmm0, %xmm1, %xmm0        # xmm0 = xmm1[0,1],xmm0[0,1]


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147541



More information about the llvm-commits mailing list