[all-commits] [llvm/llvm-project] cfa582: SimplifyLibCalls: Use default globals address spac...
Owen Anderson via All-commits
all-commits at lists.llvm.org
Thu Dec 5 13:51:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfa582e8aaa791b52110791f5e6504121aaf62bf
https://github.com/llvm/llvm-project/commit/cfa582e8aaa791b52110791f5e6504121aaf62bf
Author: Owen Anderson <resistor at mac.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
A llvm/test/Transforms/InstCombine/printf-addrspace.ll
Log Message:
-----------
SimplifyLibCalls: Use default globals address space when building new global strings. (#118729)
Writing a test for this transitively exposed a number of places in
BuildLibCalls where
we were failing to propagate address spaces properly, which are
additionally fixed.
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