mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-23 20:36:04 +00:00

Since #125690, the MLIR vector type supports `!llvm.ptr` as an element type. The only remaining element type for `LLVMFixedVectorType` is now `LLVMPPCFP128Type`. This commit turns `LLVMPPCFP128Type` into a proper FP type (by implementing `FloatTypeInterface`), so that the MLIR vector type accepts it as an element type. This makes `LLVMFixedVectorType` obsolete. `LLVMScalableVectorType` is also obsolete. This commit deletes `LLVMFixedVectorType` and `LLVMScalableVectorType`. Note for LLVM integration: Use `VectorType` instead of `LLVMFixedVectorType` and `LLVMScalableVectorType`.
MLIR documentation ================== Please note mlir.llvm.org is where MLIR's rendered documentation is displayed. The viewing experience on GitHub or elsewhere may not match those of the website. For any changes please verify instead that they work on the main website first. See https://github.com/llvm/mlir-www for the website generation information.