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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 10:29:12 PDT 2021


craig.topper 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);
+  }
----------------
Should this be Function rather than Functions? Same for the message it was copied from


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