[PATCH] D96949: [FuncAttrs] Add willreturn to readonly callsites in mustprogress fns.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 08:07:05 PST 2021


jeroen.dobbelaere added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/FunctionAttrs.cpp:1496
       continue;
+    Changed = callsitesWillReturn(*F);
 
----------------
`Changed` should be orred here.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96949



More information about the llvm-commits mailing list