[all-commits] [llvm/llvm-project] 0336fe: llvm-reduce: Reduce global variable code model

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Mar 31 22:58:08 PDT 2025


  Branch: refs/heads/users/arsenm/llvm-reduce/reduce-code-model
  Home:   https://github.com/llvm/llvm-project
  Commit: 0336fe4e9c81d14560478be572b3ab970325552f
      https://github.com/llvm/llvm-project/commit/0336fe4e9c81d14560478be572b3ab970325552f
  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