[PATCH] D33151: ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 14:08:44 PDT 2017
mehdi_amini added inline comments.
================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:186
+ StripDebugInfo(*ModuleOrErr.get());
+ }
return std::move(ModuleOrErr.get());
----------------
How does it work with lazy-loaded modules?
================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:223
PMB.SLPVectorize = true;
PMB.VerifyInput = true;
PMB.VerifyOutput = false;
----------------
We're gonna reverify here, aren't we?
Repository:
rL LLVM
https://reviews.llvm.org/D33151
More information about the llvm-commits
mailing list