diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index 976fd4894a043a..ad9c6bd3cd4e8c 100644 --- a/llvm/docs/AMDGPUUsage.rst +++ b/llvm/docs/AMDGPUUsage.rst @@ -6522,6 +6522,7 @@ On exit from a function: VGPR216-223 VGPR232-239 VGPR248-255 + *Except the argument registers, the VGPR cloberred and the preserved registers are intermixed at regular intervals in order to get a better occupancy.* diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst index 4fdccc87cfd27e..c8b99c60f013dd 100644 --- a/llvm/docs/BitCodeFormat.rst +++ b/llvm/docs/BitCodeFormat.rst @@ -1108,7 +1108,7 @@ The ``HALF`` record (code 10) adds a ``half`` (16-bit floating point) type to the type table. TYPE_CODE_BFLOAT Record -^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^ ``[BFLOAT]``