Skip to content

Compile bools to i1, as per Clang #8106

Closed
@bstrie

Description

@bstrie
<strcat> aatch: well, can we just do what clang does? does it just say i1 is represented as i8?
<strcat> clang stores them as i8, passes them as i1 zeroext and treats them as i1 after a load
<strcat> lets just copy that
<strcat> that's what LLVM knows how to optimize

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-slowIssue: Problems and improvements with respect to performance of generated code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions