Florian Hahn

Results 63 comments of Florian Hahn

Thanks for the explanation!

mentioned in issue llvm/llvm-bugzilla-archive#44593

I think the specific problem here (excessive unrolling of vector loops) can be addressed relatively easily compared to excessive unrolling in LLVM in general. LLVM's loop vectorizer already tries to...

IICU there's a candidate patch: https://reviews.llvm.org/D131700

Could you clarify what the issue is? The fact that the call to `f()` is removed?

@markschimmel would it be possible to extract the LLVM IR module before instcombine removes the call, e.g. using `-mllvm -print-before=instcombine -mllvm -print-module-scope`? Depending on what linker you use you may...

@hyeongyukim any chance you could take a look as this has been bisected to one of your changes?

I put up a patch that should help to avoid constructing invalid PHIs in the first place: https://reviews.llvm.org/D132704

> For about a week or so, I've noticed a huge slowdown in compilation speed of LLVM/Clang when Could you confirm this is a recent regression on `main`? Would it...