[all-commits] [llvm/llvm-project] b00675: [InstCombine] Fix crash when alloc functions are m...
clubby789 via All-commits
all-commits at lists.llvm.org
Sat May 3 00:54:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b006756d44def73fda09c7cb99b1c2347436aadb
https://github.com/llvm/llvm-project/commit/b006756d44def73fda09c7cb99b1c2347436aadb
Author: clubby789 <jamie at hill-daniel.co.uk>
Date: 2025-05-03 (Sat, 03 May 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/malloc-free-mismatched.ll
Log Message:
-----------
[InstCombine] Fix crash when alloc functions are missing `alloc-family` (#138310)
Fixes #63477 by bailing out instead of crashing.
Co-authored-by: Jamie <jamie at osec.io>
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