[PATCH] D21737: [PATCH] [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Mehdi AMINI via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 23 13:43:35 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/CodeGen/BackendUtil.cpp:422
// Set up the per-function pass manager.
+ FPM.add(new TargetLibraryInfoWrapperPass(*TLII));
if (CodeGenOpts.VerifyModule)
----------------
This seems unnecessary?
Repository:
rL LLVM
https://reviews.llvm.org/D21737
More information about the cfe-commits
mailing list