[PATCH] D79615: [X86] Teach getUndefRegClearance that we use undef for inputs to PUNPCK in some cases.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 9 11:40:59 PDT 2020


craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:4895
   case X86::PACKSSDWrr:
   case X86::PACKUSDWrr:
   case X86::VPACKSSWBrr:
----------------
RKSimon wrote:
> Does the non-VEX PACKSS/PACKUS need pulling out as well since Op1 is tied? I don't know if we have examples of this though.
Yeah good catch. I'll more those.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79615





More information about the llvm-commits mailing list