oyalesalami created this revision. oyalesalami added a reviewer: samtebbs. Herald added a subscriber: jdoerfert. Herald added a project: All. oyalesalami requested review of this revision. Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Fixing the github issue: https://github.com/llvm/llvm-project/issues/19751 Details were gotten from .../llvm/include/llvm-c/Core.h:3910. It looks like the function is depreciated. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D147197 Files: llvm/docs/LangRef.rst Index: llvm/docs/LangRef.rst =================================================================== --- llvm/docs/LangRef.rst +++ llvm/docs/LangRef.rst @@ -9132,7 +9132,17 @@ .. code-block:: text <result> = fadd float 4.0, %var ; yields float:result = 4.0 + %var + . +.. _i_neg: +'``neg``' Instruction +^^^^^^^^^^^^^^^^^^^^^ +Overview: +""""""""" + +The '``sub``' instruction is used to represent the '``neg``' +instruction. + .. _i_sub: '``sub``' Instruction
Index: llvm/docs/LangRef.rst =================================================================== --- llvm/docs/LangRef.rst +++ llvm/docs/LangRef.rst @@ -9132,7 +9132,17 @@ .. code-block:: text <result> = fadd float 4.0, %var ; yields float:result = 4.0 + %var + . +.. _i_neg: +'``neg``' Instruction +^^^^^^^^^^^^^^^^^^^^^ +Overview: +""""""""" + +The '``sub``' instruction is used to represent the '``neg``' +instruction. + .. _i_sub: '``sub``' Instruction
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits