The deeply-nested benchmarks have at various times in the past exposed a performance bug in LLVM. Depending on inlining decisions and unit partitioning the compilation might require a few orders of magnitude more time to complete than usual:
Consider changing the benchmark to avoid the issue (e.g., use a single codegen unit) or removing the benchmark altogether.