[all-commits] [llvm/llvm-project] e44fbe: [FunctionAttrs] Handle ConstantRange overflow in m...
Shivam Gupta via All-commits
all-commits at lists.llvm.org
Tue Jul 1 06:05:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e44fbea0a17f468d45de5eaef158642f067f678c
https://github.com/llvm/llvm-project/commit/e44fbea0a17f468d45de5eaef158642f067f678c
Author: Shivam Gupta <shivam98.tkg at gmail.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
M llvm/test/Transforms/FunctionAttrs/initializes.ll
Log Message:
-----------
[FunctionAttrs] Handle ConstantRange overflow in memset initializes inference (#145739)
Avoid constructing invalid ConstantRange when Offset + Length in memset
overflows signed 64-bit integer space. This prevents assertion failures
when inferring the initializes attribute.
Fixes #140345
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