You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/SPIRVUsage.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,9 +310,9 @@ SPIR-V backend, along with their descriptions and argument details.
310
310
- `[Type, 32-bit Integer, Metadata]`
311
311
- Assigns one of two memory aliasing decorations (specified by the second argument) to instructions using original aliasing metadata node. Not emitted directly but used to support SPIR-V representation in LLVM IR.
312
312
* - `int_spv_assign_fpmaxerror_decoration`
313
-
- None
314
-
- `[Type, Metadata]`
315
-
- Assigns the maximum error decoration to floating-point instructions using the original metadata node. Not emitted directly but used to support SPIR-V representation in LLVM IR.
313
+
- None
314
+
- `[Type, Metadata]`
315
+
- Assigns the maximum error decoration to floating-point instructions using the original metadata node. Not emitted directly but used to support SPIR-V representation in LLVM IR.
0 commit comments