[PATCH] D33203: Add scheduler classes to integer/float horizontal operations
Andrew V. Tischenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 05:47:34 PDT 2017
avt77 added inline comments.
================
Comment at: lib/Target/X86/X86ScheduleSLM.td:144
+// TODO: at the moment we don't model horizontal ooperations here that's why
+// it's a simple place holder for future implementation
+
----------------
RKSimon wrote:
> Isn't this comment out of date? You're modelling the horizontal operations below.
In fact we did not model SLM here. I simply kept the current numbers: they could be wrong.
https://reviews.llvm.org/D33203
More information about the llvm-commits
mailing list