[PATCH] D136330: [Verifier] Relieve intrinsics parameter alignment size constrain
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 18:47:48 PDT 2022
skan added inline comments.
================
Comment at: llvm/lib/IR/Verifier.cpp:3228-3230
+ if (IsIntrinsic)
+ Check(Callee->getValueType() == FTy,
+ "Intrinsic called with incompatible signature", Call);
----------------
Why do we need this check? Is there a LIT test for it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136330/new/
https://reviews.llvm.org/D136330
More information about the llvm-commits
mailing list