[llvm] [InstSimplify] Fold `getelementptr inbounds null, idx -> null` (PR #130742)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 11:16:27 PDT 2025


dtcxzyw wrote:

> xalancbmk is a member access issue. The glibc issue and the sdl2 issue are pointer arithmetic. I don't think I've seen any other issues reported.

Right. I only checked the member access issue before drafting this patch (hwloc/slurm/luajit/llvm). They have been covered by  https://github.com/llvm/llvm-project/pull/130734 and https://github.com/llvm/llvm-project/pull/130952.


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


More information about the llvm-commits mailing list