[PATCH] D92401: [BasicAA] Handle two unknown sizes for GEPs
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 04:28:32 PST 2020
fhahn added a comment.
With this change, it appears LLVM gets stuck in a loop when building `MultiSource/Benchmarks/MiBench/consumer-lame` with -O3 & LTO. To reproduce, build `MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame` with -O3 & LTO on X86.
I am not sure if there are any public bots that run with that configuration, but it is causing some issues with our internal testing. Given that, I am inclined to revert this change for now, unless there's a quick fix. I'll try to reduce the input IR for the hang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92401/new/
https://reviews.llvm.org/D92401
More information about the llvm-commits
mailing list