[all-commits] [llvm/llvm-project] bcdacc: [X86][AMX] Verify illegal types or instructions fo...
Luo, Yuanke via All-commits
all-commits at lists.llvm.org
Tue Apr 20 01:15:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcdaccfe3466dcce889596599de4a6188726a84e
https://github.com/llvm/llvm-project/commit/bcdaccfe3466dcce889596599de4a6188726a84e
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M llvm/lib/IR/Type.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/test/Verifier/token6.ll
A llvm/test/Verifier/x86_amx1.ll
A llvm/test/Verifier/x86_amx2.ll
A llvm/test/Verifier/x86_amx3.ll
A llvm/test/Verifier/x86_amx4.ll
A llvm/test/Verifier/x86_amx5.ll
A llvm/test/Verifier/x86_amx6.ll
A llvm/test/Verifier/x86_amx7.ll
A llvm/test/Verifier/x86_amx8.ll
A llvm/test/Verifier/x86_amx9.ll
Log Message:
-----------
[X86][AMX] Verify illegal types or instructions for x86_amx.
This patch is related to https://reviews.llvm.org/D100032 which define
some illegal types or operations for x86_amx. There are no arguments,
arrays, pointers, vectors or constants of x86_amx.
Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D100472
More information about the All-commits
mailing list