[PATCH] D96927: [X86] Zero AMX config buffer for non AVX512 cases.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 19:53:24 PST 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:107
+ // Zero stack slot.
// FIXME: AMX should assume AVX512 enabled.
if (ST->hasAVX512()) {
----------------
Can we remove the FIXME now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96927/new/
https://reviews.llvm.org/D96927
More information about the llvm-commits
mailing list