[PATCH] D28737: [ThinLTO] Don't create a comdat group for a dropped def with initializer
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 00:32:40 PST 2017
mehdi_amini added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1653
// will provide its dynamic initializer.
continue;
----------------
Do we need a ThinLTO importing to expose this case?
Can't you have a "simple" llc test that test the CodeGen for this?
https://reviews.llvm.org/D28737
More information about the llvm-commits
mailing list