[all-commits] [llvm/llvm-project] b36e3a: [IRMover] Set Address Space for moved global values
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Tue Nov 5 16:33:03 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b36e3a8bac3ee95a5a67ab0acb6ef2a2602226a7
https://github.com/llvm/llvm-project/commit/b36e3a8bac3ee95a5a67ab0acb6ef2a2602226a7
Author: Teresa Johnson <tejohnson at google.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M llvm/lib/Linker/IRMover.cpp
A llvm/test/Linker/addrspace.ll
Log Message:
-----------
[IRMover] Set Address Space for moved global values
Summary:
Set Address Space when creating a new function (from another).
Fix PR41154.
Patch by Ehud Katz <ehudkatz at gmail.com>
Reviewers: tejohnson, chandlerc
Reviewed By: tejohnson
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69361
More information about the All-commits
mailing list