[PATCH] D63948: [SLP] Limit compilation time of look-ahead operand reordering heuristic.
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 13:46:30 PDT 2019
phosek added a comment.
I'm getting the following error with this change:
ld.lld: llvm-project/llvm/include/llvm/IR/User.h:170: llvm::Value *llvm::User::getOperand(unsigned int) const: Assertion `i < NumUserOperands && "getOperand() out of range!"' failed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63948/new/
https://reviews.llvm.org/D63948
More information about the llvm-commits
mailing list