[PATCH] D26880: [ThinLTO] Fix crash: transitively referenced global shouldn't be promoted

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 17:12:35 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL288446: [ThinLTO] Stop importing constant global vars as copies in the backend (authored by tejohnson).

Changed prior to commit:
  https://reviews.llvm.org/D26880?vs=79983&id=80001#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26880

Files:
  llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
  llvm/trunk/lib/Transforms/Utils/FunctionImportUtils.cpp
  llvm/trunk/test/Linker/funcimport.ll
  llvm/trunk/test/ThinLTO/X86/Inputs/reference_non_importable.ll
  llvm/trunk/test/ThinLTO/X86/Inputs/referenced_by_constant.ll
  llvm/trunk/test/ThinLTO/X86/funcimport.ll
  llvm/trunk/test/ThinLTO/X86/reference_non_importable.ll
  llvm/trunk/test/ThinLTO/X86/referenced_by_constant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26880.80001.patch
Type: text/x-patch
Size: 8991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/14c4dad2/attachment.bin>


More information about the llvm-commits mailing list