[PATCH] D124342: [X86][AMX] Report error when shapes are not pre-defined.
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 24 17:38:33 PDT 2022
xiangzhangllvm added inline comments.
================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:315-316
+ // would not config tile registers.
+ emitErrorMsg(MF);
+ return false;
+ }
----------------
I think we should stop compiling or at lest let it not generate out file.
Because the error message may be redirect to a log file. Users may not check it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124342/new/
https://reviews.llvm.org/D124342
More information about the llvm-commits
mailing list