[PATCH] D139883: [llvm][CallBrPrepare] add llvm.callbr.landingpad intrinsic

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 16:29:25 PST 2023


efriedma added inline comments.


================
Comment at: llvm/docs/LangRef.rst:13714
+The '``llvm.callbr.landingpad.*``' intrinsic represents the location of
+register to register copies for :ref:`callbr <i_callbr>` instructions.
+
----------------
I'm not sure we need to document this at all (it's an unstable implementation detail users of LLVM shouldn't need to be aware of). But if you do think it's necessary to document it, please call out that it's an unstable implementation detail, and users should not call it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139883



More information about the llvm-commits mailing list