[all-commits] [llvm/llvm-project] 351432: [WIP][Attributor] Check range size before constant...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Jul 30 09:14:03 PDT 2025
Branch: refs/heads/users/shiltian/check-range-size-before-constant-fold-load
Home: https://github.com/llvm/llvm-project
Commit: 35143206ab0da81f80c099351b724515ad4091fc
https://github.com/llvm/llvm-project/commit/35143206ab0da81f80c099351b724515ad4091fc
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-07-30 (Wed, 30 Jul 2025)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[WIP][Attributor] Check range size before constant fold load
If the range size doesn't match the type size, it might read wrong data.
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