Skip to content

JIT: Rename insFlags in a consistent style #128266

@Ruihan-Yin

Description

@Ruihan-Yin

As discussed in #127536 (comment), the naming style in insFlags is not consistent. The quick fix could be having all the flag names converge to INS_FLAGS_* to match with the base flag - INS_FLAGS_None.

For the long term, the definition can switch to enum class insFlags, so the flags could be accessed by insFlags::<Flag name>. It then will require some refactoring in instrsxarch.h and emitter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIuntriagedNew issue has not been triaged by the area owner

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions