[PATCH] D112505: [X86] Add a dependency breaking xor before any gathers with an undef passthru value.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 01:26:52 PDT 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

This seems reasonable to me.
It's not *required* for the CPU to handle zero-idioms at register rename stage,
but it is reasonable to expect that to be the case in most modern CPU's.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112505



More information about the llvm-commits mailing list