summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/stdarch-test/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/crates/stdarch-test/src/lib.rs')
-rw-r--r--library/stdarch/crates/stdarch-test/src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/library/stdarch/crates/stdarch-test/src/lib.rs b/library/stdarch/crates/stdarch-test/src/lib.rs
index 61bbff2f9..232e47ec1 100644
--- a/library/stdarch/crates/stdarch-test/src/lib.rs
+++ b/library/stdarch/crates/stdarch-test/src/lib.rs
@@ -141,11 +141,6 @@ pub fn assert(shim_addr: usize, fnname: &str, expected: &str) {
// vst4q_u32_vst4 : #instructions = 26 >= 22 (limit)
"vst4" => 27,
- // Temporary, currently the fptosi.sat and fptoui.sat LLVM
- // intrinsics emit unnecessary code on arm. This can be
- // removed once it has been addressed in LLVM.
- "fcvtzu" | "fcvtzs" | "vcvt" => 64,
-
// core_arch/src/arm_shared/simd32
// vst1q_p64_x4_nop : #instructions = 33 >= 22 (limit)
"nop" if fnname.contains("vst1q_p64") => 34,