This is an archive of the discontinued LLVM Phabricator instance.

Drop LLVM_i1, LLVM_i8, LLVM_i32, LLVM_IntBase types
ClosedPublic

Authored by shabalin on Feb 5 2021, 5:10 AM.

Details

Summary

Those types are not needed any longer since LLVM dialect
has migrated to using MLIR's I1, I8, I32 types directly.

Diff Detail

Event Timeline

shabalin created this revision.Feb 5 2021, 5:10 AM
shabalin requested review of this revision.Feb 5 2021, 5:10 AM
ftynse accepted this revision.Feb 5 2021, 5:11 AM

Thanks!

This revision is now accepted and ready to land.Feb 5 2021, 5:11 AM
This revision was automatically updated to reflect the committed changes.