-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
A-intrinsicsArea: Affects out implementation of Rust intrinsicsArea: Affects out implementation of Rust intrinsicsC-cleanupCategory: cleaning up our codeCategory: cleaning up our code
Description
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
Labels
A-intrinsicsArea: Affects out implementation of Rust intrinsicsArea: Affects out implementation of Rust intrinsicsC-cleanupCategory: cleaning up our codeCategory: cleaning up our code