[PATCH] D100472: [X86][AMX] Verify illegal types or instructions for x86_amx.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 05:20:32 PDT 2021
LuoYuanke created this revision.
Herald added subscribers: dexonsmith, pengfei, hiraditya.
LuoYuanke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100472
Files:
llvm/lib/IR/Type.cpp
llvm/lib/IR/Verifier.cpp
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/test/Verifier/x86_amx1.ll
llvm/test/Verifier/x86_amx2.ll
llvm/test/Verifier/x86_amx3.ll
llvm/test/Verifier/x86_amx4.ll
llvm/test/Verifier/x86_amx5.ll
llvm/test/Verifier/x86_amx6.ll
llvm/test/Verifier/x86_amx7.ll
llvm/test/Verifier/x86_amx8.ll
llvm/test/Verifier/x86_amx9.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100472.337418.patch
Type: text/x-patch
Size: 9985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210414/0abf133e/attachment.bin>
More information about the llvm-commits
mailing list