[all-commits] [llvm/llvm-project] 714c4a: [InstCombine] Ignore frees when inferring inbounds...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 8 05:36:28 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 714c4a5f8007e5ee52a6338f325680fb7ab89a7a
https://github.com/llvm/llvm-project/commit/714c4a5f8007e5ee52a6338f325680fb7ab89a7a
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/inbounds-gep.ll
Log Message:
-----------
[InstCombine] Ignore frees when inferring inbounds (#202304)
>From LangRef:
> Note that the object does not have to be live anymore; being
> in-bounds of a deallocated object is sufficient.
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