[clang] [llvm] [ConstantFolding] Canonicalize constexpr GEPs to i8 (PR #89872)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 18:01:44 PDT 2024


nikic wrote:

> Hi @nikic I read this RFC https://discourse.llvm.org/t/rfc-replacing-getelementptr-with-ptradd/68699 and it seems it reqires multiple patches to implement it. I am wondering if you have a link or page which contains all related PRs (or future PRs) ? I want to track its progess.

The major patches have been https://github.com/llvm/llvm-project/pull/68882, https://github.com/llvm/llvm-project/pull/84341 and this one. There have been some smaller changes in between to fix related optimization regressions.


https://github.com/llvm/llvm-project/pull/89872


More information about the llvm-commits mailing list