Skip to content

fix: add set_fast_math Method #148

@iihimanshuu

Description

@iihimanshuu

Description:

Line 687 in llvmliteir.py calls self.set_fast_math(True) and self.set_fast_math(False), but this method is not defined in the LLVMLiteIRVisitor class. This will cause an AttributeError at runtime when vector operations with fast math are attempted.

File affected:

  • llvmliteir.py

Impact: This is a critical bug that would cause runtime failures when using vector operations with fast math attributes.

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