[all-commits] [llvm/llvm-project] 0547e8: [FunctionAttrs] Bail if initializes range overflow...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Wed Apr 23 15:56:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0547e84181ff10b24d6363bbfc97f168fe245397
https://github.com/llvm/llvm-project/commit/0547e84181ff10b24d6363bbfc97f168fe245397
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
M llvm/test/Transforms/FunctionAttrs/initializes.ll
Log Message:
-----------
[FunctionAttrs] Bail if initializes range overflows 64-bit signed int (#137053)
Otherwise the range doesn't make sense since we interpret it as signed.
Fixes #134115
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