llvm-project/mlir/docs/Dialects
Alex Zinenko dd5165a920 [mlir] replace LLVM dialect float types with built-ins
Continue the convergence between LLVM dialect and built-in types by replacing
the bfloat, half, float and double LLVM dialect types with their built-in
counterparts. At the API level, this is a direct replacement. At the syntax
level, we change the keywords to `bf16`, `f16`, `f32` and `f64`, respectively,
to be compatible with the built-in type syntax. The old keywords can still be
parsed but produce a deprecation warning and will be eventually removed.

Depends On D94178

Reviewed By: mehdi_amini, silvas, antiagainst

Differential Revision: https://reviews.llvm.org/D94179
2021-01-08 17:38:12 +01:00
..
Affine.md [mlir] Fix MathJax rendering in Affine doc 2021-01-06 02:11:36 +00:00
GPU.md [mlir] Update all dialects docs to use 'dialect-namespace' in the header 2020-03-30 12:25:15 -07:00
LLVM.md [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
Linalg.md [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
SPIR-V.md [mlir][spirv] NFC: rename SPIR-V conversion files for consistency 2020-12-23 14:36:46 -05:00
Standard.md [mlir] Mention mandatory RFC process for changes in Standard dialect 2020-08-14 11:31:12 +02:00
TOSA.md [mlir] NFC: fix trivial typos 2021-01-07 02:36:02 +09:00
Vector.md [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
_index.md Add brief description of dialects doc section. 2020-12-17 18:37:34 +00:00