[PATCH] D81929: [WIP][Attributor] Introduce CallBaseContext to the IRPosition

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 13:31:09 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:81
+static cl::opt<bool> EnableCallSiteSpecific(
+    "attributor-enalbe-call-site-specific", cl::Hidden,
+    cl::desc("Allow the Attributor to do call site specific analysis"),
----------------
typo


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

https://reviews.llvm.org/D81929





More information about the llvm-commits mailing list