[all-commits] [llvm/llvm-project] 5c4302: llvm-reduce: Reduce global variable code model (#1...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Apr 1 09:54:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c4302442bb07de01c533f6ec766cf14dfdf8b02
https://github.com/llvm/llvm-project/commit/5c4302442bb07de01c533f6ec766cf14dfdf8b02
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 (#133865)
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