[all-commits] [llvm/llvm-project] 97a51a: [Attributor] Check range size before constant fold...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Oct 15 11:36:31 PDT 2025


  Branch: refs/heads/users/shiltian/check-range-size-before-constant-fold-load
  Home:   https://github.com/llvm/llvm-project
  Commit: 97a51a3fbe890d4819ce62b9e8bf489b2ddd0654
      https://github.com/llvm/llvm-project/commit/97a51a3fbe890d4819ce62b9e8bf489b2ddd0654
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M llvm/lib/Transforms/IPO/Attributor.cpp
    A llvm/test/Transforms/Attributor/range-and-constant-fold.ll

  Log Message:
  -----------
  [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