[PATCH] D59919: [Attributor] Deduce "returned" argument attribute

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 30 13:11:56 PDT 2019


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:394
+
+        indicateFixpoint(/* Optimistic */ true);
+        return;
----------------
Maybe enum here ?
So you could call indicateFixpoint(Fixpoint::optimistic) ?

Or maybe even better, indicateOptimisticFixpoint()?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59919





More information about the cfe-commits mailing list