[all-commits] [llvm/llvm-project] 3bf571: llvm-reduce: Reduce global variable code model

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Apr 1 09:52:21 PDT 2025


  Branch: refs/heads/users/arsenm/llvm-reduce/reduce-code-model
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bf571bd139704cb7be67dba90e327a10b03a1f8
      https://github.com/llvm/llvm-project/commit/3bf571bd139704cb7be67dba90e327a10b03a1f8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-01 (Tue, 01 Apr 2025)

  Changed paths:
    M llvm/include/llvm/IR/GlobalVariable.h
    M llvm/lib/IR/Globals.cpp
    A llvm/test/tools/llvm-reduce/reduce-code-model.ll
    M llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp

  Log Message:
  -----------
  llvm-reduce: Reduce global variable code model

The current API doesn't have a way to unset it. The query returns
an optional, but the set doesn't. Alternatively I could switch the
set to also use optional.



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