[all-commits] [llvm/llvm-project] 78f193: [AssumeBuilder] Fix incorrect nonnull optimization...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue May 5 01:33:12 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78f193bc530b706d0e299bf1f29ad8a87d2f07f0
      https://github.com/llvm/llvm-project/commit/78f193bc530b706d0e299bf1f29ad8a87d2f07f0
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2026-05-05 (Tue, 05 May 2026)

  Changed paths:
    M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
    M llvm/test/Transforms/InstCombine/assume.ll

  Log Message:
  -----------
  [AssumeBuilder] Fix incorrect nonnull optimization (#195676)

We can only optimize nonnull assumes to refer to the base of a GEP if
the GEP is inbounds.

>From #195650.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list