[PATCH] D138452: [ConstraintElim] Queue facts and checks directly.
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 04:33:45 PST 2022
uabelho added a comment.
Hi,
The following starts crashing with this patch:
opt -passes=constraint-elimination bbi-76661.ll -o /dev/null
I get
opt: ../lib/IR/Instruction.cpp:124: bool llvm::Instruction::comesBefore(const llvm::Instruction *) const: Assertion `Parent == Other->Parent && "cross-BB instruction order comparison"' failed.
F25509716: bbi-76661.ll <https://reviews.llvm.org/F25509716>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138452/new/
https://reviews.llvm.org/D138452
More information about the llvm-commits
mailing list