Skip to content

Remove dead Intel intrinsics #3691

Closed
@RalfJung

Description

@RalfJung

Since rust-lang/stdarch#1584 there are some LLVM intel intrinsics that stdarch does not use any more, making them dead code in Miri. Might be a good idea to clean that up. :)

(I also wonder whether there's some good way to check, in the future, that we don't have other dead untested vendor intrinsics... maybe something that checks line coverage or so?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-intrinsicsArea: Affects out implementation of Rust intrinsicsC-cleanupCategory: cleaning up our code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions