[all-commits] [llvm/llvm-project] 176106: [GlobalOpt] Remove Function* argument from tryWide...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Feb 19 12:38:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1761066fc641be529ca45b3cfcf4788b8a7a688d
https://github.com/llvm/llvm-project/commit/1761066fc641be529ca45b3cfcf4788b8a7a688d
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
Log Message:
-----------
[GlobalOpt] Remove Function* argument from tryWidenGlobalArrayAndDests. NFC (#127848)
This is only used to get the Module and the LLVMContext. We can get both
of those from the GlobalVariable*.
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