[PATCH] D60940: [X86] Don't form masked instructions if the operation has an additional user.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 01:07:54 PDT 2019


RKSimon added a comment.

If we are happy with the assumption that a masked move is always as cheap or cheaper than any other masked op (we may want to explicitly state that at the vselect_mask def at the top of X86InstrAVX512.td), I think this makes sense but I don't envy the job of fixing all these tests and adding more relevant ones.......


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60940





More information about the llvm-commits mailing list