lebedev.ri added inline comments.

================
Comment at: llvm/include/llvm/IR/Attributes.td:106
 
+/// Disable tail merge for this function
+def NoMerge : EnumAttr<"nomerge">;
----------------
Elsewhere we seem to be preventing any kind of movement,
not just disabling inlining of such functions if the call is a tailcall.


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

https://reviews.llvm.org/D78659



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to