Skip to content

Conversation

@ranapratap55
Copy link
Contributor

Adding support for additional CIR types in the target lowering enabling the CallConvLowering pass to work with vector types, half-precision floats, and other floating-point types.

Added type info support for:

  • FP16Type - half precision float (16-bit)
  • BF16Type - bfloat16
  • FP80Type - x86 extended precision (80-bit)
  • FP128Type - quad precision (128-bit)
  • VoidType - void type (for pointer pointees)
  • VectorType - SIMD vector types

@ranapratap55
Copy link
Contributor Author

@skc7

break;
}
if (mlir::isa<VoidType>(T)) {
Width = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this true for every target? What OG does about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants