diff options
author | Jeff Niu <jeff@modular.com> | 2022-10-21 10:56:43 -0700 |
---|---|---|
committer | Jeff Niu <jeff@modular.com> | 2022-10-21 12:57:16 -0700 |
commit | 8c8775e93883ab4351f9594d6e42ff83f0ae22e6 (patch) | |
tree | 76fdebd8714b209cd31b281a33f54c2e3d0c8a30 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | ed90f8026e45b9f922002ad03c6f37c4881be1d8 (diff) | |
download | llvm-8c8775e93883ab4351f9594d6e42ff83f0ae22e6.zip llvm-8c8775e93883ab4351f9594d6e42ff83f0ae22e6.tar.gz llvm-8c8775e93883ab4351f9594d6e42ff83f0ae22e6.tar.bz2 |
[mlir][llvm] Move LLVMArrayType to a TypeDef
This moves the `LLVMArrayType` to a `TypeDef`. The main side-effect of
this change is that the syntax `array<4xi32>` is no longer allowed. It
was previously parsed and then printed as `array<4 x i32>`. Now the
syntax must be the latter.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D136473
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions