[PATCH] D70107: [VFABI] TargetLibraryInfo mappings in IR.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 10:41:27 PST 2019


fpetrogalli added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/InjectTLIMappings.cpp:182
+INITIALIZE_PASS_END(InjectTLIMappingsLegacy, DEBUG_TYPE, "Inject TLI Mappings",
+                    false, false)
+
----------------
jdoerfert wrote:
> I think one of the false could be a true, unclear if that will make a difference though.
It is not clear what the cfg parameter is for. I'll leave it `false` for now. If we need to revise it, we will change it later.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70107/new/

https://reviews.llvm.org/D70107





More information about the llvm-commits mailing list