[PATCH] D151630: [LSV] Fix the ContextInst for computeKnownBits.
Ron Lieberman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 04:02:09 PDT 2023
ronlieb added a comment.
subsequent testing has shown following assert in our builds of qmcpack and spec cpu2017 538.imagick.
llvm/lib/IR/Constants.cpp:3070: llvm::APInt llvm::ConstantDataSequential::getElementAsAPInt(unsigned int) const: Assertion `isa<IntegerType>(getElementType()) && "Accessor can only be used when element is an integer"' failed.
looking for a small reproducer ...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151630/new/
https://reviews.llvm.org/D151630
More information about the llvm-commits
mailing list