[PATCH] D117223: [GlobalOpt] Make global SRA offset based

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 21 07:22:39 PST 2022


uabelho added a comment.

In D117223#3287388 <https://reviews.llvm.org/D117223#3287388>, @nikic wrote:

> @uabelho Should be fixed by https://github.com/llvm/llvm-project/commit/236fbf571dc6cebcb81ac5187a170c8de6d5bc0e.

Unfortunately I've now stumbled upon a case where the compiler starts to hang with that fix:
 clang -O2 --target=x86_64-unknown-linux-gnu -o /dev/null bbi-66447.c


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117223/new/

https://reviews.llvm.org/D117223



More information about the llvm-commits mailing list