[PATCH] D83507: [AssumeBundles] Fix Bug in Assume Queries
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 16:07:11 PDT 2020
lebedev.ri added a comment.
In D83507#2142683 <https://reviews.llvm.org/D83507#2142683>, @Tyker wrote:
> In D83507#2142627 <https://reviews.llvm.org/D83507#2142627>, @lebedev.ri wrote:
>
> > Test?
>
>
> i would also like to add a test for it, but the smallest reproduction example is still very big 30k+ line of IR
> and depend on what is present in the AssumptionCache so i could only reproduce it under -O3 run.
> it isn't minimized at all but minimizing it in a way that still exibit the bug is quite hard
Can you at least post the reproducer+steps as-is?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83507/new/
https://reviews.llvm.org/D83507
More information about the llvm-commits
mailing list