This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Move LLVMPointerType to TypeDef
ClosedPublic

Authored by Mogball on Oct 21 2022, 2:09 PM.

Diff Detail

Event Timeline

Mogball created this revision.Oct 21 2022, 2:09 PM
Herald added a project: Restricted Project. · View Herald Transcript
Mogball requested review of this revision.Oct 21 2022, 2:09 PM
rriddle accepted this revision.Oct 21 2022, 2:11 PM
rriddle added inline comments.
mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
125

I'm becoming more and more convinced that this should just be the default...

mlir/lib/Dialect/LLVMIR/IR/LLVMTypeSyntax.cpp
154–155

Can we delete?

mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
284–285

Can you just inline this into the .td file?

This revision is now accepted and ready to land.Oct 21 2022, 2:11 PM
Mogball updated this revision to Diff 469786.Oct 21 2022, 3:11 PM
Mogball marked 3 inline comments as done.

review comments

This revision was landed with ongoing or failed builds.Oct 21 2022, 3:13 PM
This revision was automatically updated to reflect the committed changes.