[all-commits] [llvm/llvm-project] f3ad7e: [X86][AMX] Report error when shapes are not pre-de...
Luo, Yuanke via All-commits
all-commits at lists.llvm.org
Mon Apr 25 23:58:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3ad7ea03a8da9afb910501538905a63901aa0db
https://github.com/llvm/llvm-project/commit/f3ad7ea03a8da9afb910501538905a63901aa0db
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
A llvm/test/CodeGen/X86/AMX/amx-error.ll
Log Message:
-----------
[X86][AMX] Report error when shapes are not pre-defined.
Instead of report fatal error, this patch emit error message and exit
when shapes are not pre-defined. This would cause the compiling fail but
not crash.
Differential Revision: https://reviews.llvm.org/D124342
More information about the All-commits
mailing list