[PATCH] D104205: [X86] Schedule-model second (mask) output of GATHER instruction

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 05:47:56 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86SchedBroadwell.td:210
+// Model the effect of clobbering the read-write mask operand of the GATHER operation.
+// Does not cost anything by itself, only has latency, matching that of the WriteLoad,
+defm : X86WriteRes<WriteGatherMaskWriteback, [], 5, [], 0>;
----------------
Why does it match a scalar load latency and not a vector load latency?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104205



More information about the llvm-commits mailing list