[PATCH] D105269: [X86] AVX512FP16 instructions enabling 6/6

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 3 06:50:46 PDT 2021


lebedev.ri added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ScheduleZnver3.td:64
 
-  let CompleteModel = 1;
+  let CompleteModel = 0;
 }
----------------
RKSimon wrote:
> You could avoid this change if you add a scheduler class to whatever instruction is complaining?
/me goes to add herald rule that i forgot to add
Yep, please just add the new sched class here as unsupported.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105269



More information about the llvm-commits mailing list