[PATCH] D57825: IR: Add immarg attribute
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 14 23:16:19 PST 2019
craig.topper added inline comments.
================
Comment at: lib/IR/Verifier.cpp:4592
auto *Op3 = dyn_cast<ConstantInt>(Call.getArgOperand(2));
Assert(Op3, "third argument of [us]mul_fix must be a constant integer");
Assert(Op3->getType()->getBitWidth() <= 32,
----------------
This check can be removed now
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57825/new/
https://reviews.llvm.org/D57825
More information about the llvm-commits
mailing list