[PATCH] D105269: [X86] AVX512FP16 instructions enabling 6/6
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 3 06:48:48 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ScheduleZnver3.td:64
- let CompleteModel = 1;
+ let CompleteModel = 0;
}
----------------
You could avoid this change if you add a scheduler class to whatever instruction is complaining?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105269/new/
https://reviews.llvm.org/D105269
More information about the cfe-commits
mailing list