[PATCH] D85393: [IR] Adds mustprogress as a LLVM IR attribute

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 00:42:07 PDT 2020


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/include/llvm/IR/Function.h:619
 
+  /// Determine if the function is required to make forward progress
+  bool mustProgress() const {
----------------
Nit: Missing period at end of sentence.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85393



More information about the llvm-commits mailing list