[PATCH] D100472: [X86][AMX] Verify illegal types or instructions for x86_amx.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 20:06:41 PDT 2021


LuoYuanke added inline comments.


================
Comment at: llvm/lib/IR/Verifier.cpp:2462
+    Assert(!F.getReturnType()->isX86_AMXTy(),
+           "Functions returns a x86_amx but isn't an intrinsic", &F);
+  }
----------------
craig.topper wrote:
> Should this be Function rather than Functions? Same for the message it was copied from
Thanks! It's very careful of you. :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100472/new/

https://reviews.llvm.org/D100472



More information about the llvm-commits mailing list