[PATCH] D75269: [AssumeBundles] Enforce constraints on the operand bundle of llvm.assume

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 8 10:39:59 PDT 2020


jdoerfert added a comment.

This is cool, thx!

I added two comments below.



================
Comment at: llvm/include/llvm/IR/Attributes.h:119
 
+  static bool isExistingAttribute(StringRef Name);
+
----------------
Documentation, please.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75269





More information about the llvm-commits mailing list