Skip to content

[VMVX] Support vector operands in Math → VM conversions #24937

Description

@ayokunle321

All conversion templates in MathToVM/Patterns.cpp bail when the result is a VectorType:

if (isa<VectorType>(srcOp.getResult().getType())) {
  return failure();
}

This appears in UnaryArithmeticOpConversion, BinaryArithmeticOpConversion and TernaryArithmeticOpConversion, each carrying a // TODO(benvanik): support vectors comment.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions