Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't double-count
simd_shuffle
promotion candidates
The proper attribute was added to `simd_shuffle*` in rust-lang/stdarch#825. This caused `promote_consts` to double-count its second argument when recording promotion candidates, which caused the promotion candidate compatibility check to fail.
- Loading branch information